Skip to content

Commit

Permalink
release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Dec 6, 2019
1 parent 9199365 commit 45075a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

### 4.2.0 (Dec 2, 2019)

- Fix: Apply `scale` parameter also while dragging an element. [#438](https://github.com/mzabriskie/react-draggable/pull/438)
- Fix: Don't ship `process.env.DRAGGABLE_DEBUG` checks in cjs/esm. [#445](https://github.com/mzabriskie/react-draggable/pull/445)

### 4.1.0 (Oct 25, 2019)

- Add `"module"` to `package.json`. There are now three builds:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "4.1.0",
"version": "4.2.0",
"description": "React draggable component",
"main": "build/cjs/cjs.js",
"browser": "build/web/react-draggable.min.js",
Expand Down

0 comments on commit 45075a8

Please sign in to comment.