Skip to content

Commit 0604a48

Browse files
committed
v1.2.6
1 parent a176162 commit 0604a48

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.2.6](https://github.com/chrisrzhou/react-wordcloud/compare/v1.2.6...v1.2.5) (2020-07-21)
4+
- Correctly expose typings that were missing in `v1.2.5`.
5+
- Fix docs deploy by adding `.node-version`.
6+
37
## [1.2.5](https://github.com/chrisrzhou/react-wordcloud/compare/v1.2.5...v1.2.4) (2020-07-21)
48
`v1.2.4` is a working build, but it accidentally shipped `.docz` cache to the NPM registry... Fix this by explicitly setting `files` in `package.json`.
59

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-wordcloud",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Simple React + D3 wordcloud component with powerful features.",
55
"license": "MIT",
66
"homepage": "https://react-wordcloud.netlify.com/",

0 commit comments

Comments
 (0)