Skip to content

Commit f024205

Browse files
committed
release v4.0.3
1 parent c38d794 commit f024205

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.0.3 (Sep 10, 2019)
4+
5+
- Add typings and sourcemap to published npm package.
6+
- This compresses well so it does not bloat the package by much. Would be nice if npm had another delivery mechanism for optional modes, like web/TS.
7+
38
### 4.0.2 (Sep 9, 2019)
49

510
- Republish to fix packaging errors. Fixes #426

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.0.2",
3+
"version": "4.0.3",
44
"description": "React draggable component",
55
"main": "index.js",
66
"browser": "web/react-draggable.min.js",

0 commit comments

Comments
 (0)