diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8cdd0..80ff6e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.1.1 - 2019/05/28 + +- Fix some errors [#7](https://github.com/darwin-education/craco-cesium/pull/7) + ## v1.1.0 - 2019/05/27 - Support Yarn Plug'n'Play ([@crubier](https://github.com/crubier)) [#5](https://github.com/darwin-education/craco-cesium/pull/5) diff --git a/package.json b/package.json index 4d70a10..74f1449 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craco-cesium", - "version": "1.1.0", + "version": "1.1.1", "description": "Let's use Cesium with create-react-app today!", "main": "index.js", "repository": "https://github.com/darwin-education/craco-cesium.git",