Skip to content

Commit

Permalink
Merge pull request #503 from airbnb/f/3.2.0
Browse files Browse the repository at this point in the history
v3.2.0
  • Loading branch information
mathieudutour authored Apr 21, 2020
2 parents 3f1910c + 97ba256 commit c3dc71f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

- Add a new `useWindowDimensions` hook for Artboard viewport (#501)

## Version 3.1.2

- Add proptypes for Text
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.1.3",
"version": "3.2.0",
"description": "A React renderer for Sketch.app",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c3dc71f

Please sign in to comment.