Skip to content

Commit

Permalink
version 3.0.0-beta.1 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour authored Sep 26, 2018
1 parent 82c798e commit fa4ae92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project adheres to [Semantic Versioning](http://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/airbnb/react-sketchapp/releases) page.

## Version 3.0.0-beta.1

- Fix ShapeGroup on nodejs (#387)
- Handle specifying document in injectSymbols (#388)
- Fix support for paragraph spacing on sketch >= 49 (#390)

## Version 3.0.0-beta.0

- Add support for paragraph spacing (#382 - Thanks @lessthanzero!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sketchapp",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "A React renderer for Sketch.app",
"main": "lib/index.js",
"license": "MIT",
Expand Down

0 comments on commit fa4ae92

Please sign in to comment.