Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictobias committed Feb 25, 2016
1 parent 8048969 commit 18b0e15
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
@@ -1,3 +1,8 @@
0.1.2

- Make crop darkened background work on Firefox (FF doesn't support clip-path: inset)
- Use `object-assign` package and declare it as a peerDependency

0.1.1

- Fixed bug that allows window to scroll when arrows are pressed
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-image-crop",
"version": "0.1.1",
"version": "0.1.2",
"description": "A responsive image cropping tool for React",
"repository": "https://github.com/DominicTobias/react-image-crop",
"main": "index.js",
Expand Down

0 comments on commit 18b0e15

Please sign in to comment.