Skip to content

Commit 2c15caf

Browse files
committed
release v4.4.2
1 parent 300f107 commit 2c15caf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 4.4.2 (May 14, 2020)
4+
5+
- Fix: Remove "module" from package.json (it is no longer being built)
6+
- Fixes #482
7+
38
### 4.4.1 (May 12, 2020)
49

510
- Fix: Remove "module" definition in package.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-draggable",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "React draggable component",
55
"main": "build/cjs/cjs.js",
66
"scripts": {

0 commit comments

Comments
 (0)