diff --git a/CHANGELOG.md b/CHANGELOG.md index 94acf13e..190c4c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,7 @@ -## 1.2.2 (2018-08-31) +## 1.3.0 (2018-09-12) +- [#114](https://github.com/spotify/reactochart/pull/114) - [#111](https://github.com/spotify/reactochart/pull/111) Rebuild docs for gh-pages branch - -## 1.2.1 (2018-08-30) - - [#109](https://github.com/spotify/reactochart/pull/109) Adds curve prop to AreaChart for custom curves - thanks @dgdblank! ## 1.2.0 (2018-08-29) diff --git a/package.json b/package.json index ae12e6b4..e0cc007b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "contributors": [ "Kris Salvador " ], - "version": "1.2.2", + "version": "1.3.0", "main": "index.js", "files": [ "*.js",