Skip to content

Commit

Permalink
release v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jun 8, 2020
1 parent 6de32a1 commit 9c5e8c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 4.4.3 (June 8, 2020)

- Add `nodeRef` to TypeScript definitions

### 4.4.2 (May 14, 2020)

- Fix: Remove "module" from package.json (it is no longer being built)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "4.4.2",
"version": "4.4.3",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"scripts": {
Expand Down Expand Up @@ -91,4 +91,4 @@
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
}
}
}

0 comments on commit 9c5e8c3

Please sign in to comment.