Skip to content

Commit 2f10718

Browse files
committed
v3.2.5
1 parent 559d05c commit 2f10718

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
## Version 3.2.5
6+
7+
- Fix Skpm taking the wrong entry point when requiring react-sketchapp
8+
59
## Version 3.2.4
610

711
- Fix the generated ES package

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sketchapp",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "A React renderer for Sketch.app",
55
"sideEffects": false,
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)