Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed May 4, 2020
1 parent 06ea861 commit 44f5300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.2.1

- `Platform.version` now reflects the Sketch version
- Fix a bug for a broken version of `@sketch-hq/sketch-file-format-ts`

## Version 3.2.0

- Add a new `useWindowDimensions` hook for Artboard viewport (#501)
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.2.0",
"version": "3.2.1",
"description": "A React renderer for Sketch.app",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit 44f5300

Please sign in to comment.