Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danreeves committed Nov 17, 2018
1 parent e20f1f7 commit 31a62c8
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,5 +1,10 @@
## CHANGELOG

### 1.0.4

- Fixed passing of event arguments to onUpdate and onRepositioned. Thanks @minznerjosh
- Improved TypeScript definition. Thanks @minznerjosh

### 1.0.3

- Added some missing props in the TypeScript definition. Thanks to @flacerdk
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-tether",
"version": "1.0.3",
"version": "1.0.4",
"description": "Drop content anywhere on the page.",
"main": "lib/react-tether.js",
"types": "lib/react-tether.d.ts",
Expand Down

0 comments on commit 31a62c8

Please sign in to comment.