Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 2673272

Browse files
Merge tag 'v4.0.1' into develop
Resolved all tasks in #47
2 parents c47bcde + 5e655be commit 2673272

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## (2020-03-15) `v4.0.1`
4+
5+
Thanks to [@anselanza](https://github.com/anselanza) for their work to getting typescript types into the `dist` folder 🎉 !
6+
7+
### Resolves
8+
9+
* [#47](https://github.com/claus/react-dat-gui/issues/47)
10+
311
## (2019-09-01) `v4.0.0`
412

513
Special thanks to [@tim-soft](https://github.com/tim-soft) for this awesome [PR](https://github.com/claus/react-dat-gui/pull/33)!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dat-gui",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "dat.GUI reimagined for React",
55
"main": "dist/index.cjs.js",
66
"exports": false,

0 commit comments

Comments
 (0)