diff --git a/CHANGELOG.md b/CHANGELOG.md index 033d703af..2abbc61a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.13.1 - 2020/09/30 + +### Bug Fixes + +- Resium does not work in create-react-app env ([#438](https://github.com/darwin-education/resium/pull/438)) +- `EntityDescription` component does not render description in infobox ([#436](https://github.com/darwin-education/resium/pull/436)) + +### Chore + +- Update dependencies + ## v1.13.0 - 2020/09/15 ### New Features diff --git a/example/package.json b/example/package.json index 29a6904a9..fff3a339a 100644 --- a/example/package.json +++ b/example/package.json @@ -33,6 +33,6 @@ "cesium": "1.73.0", "react": "16.13.1", "react-dom": "16.13.1", - "resium": "1.13.0" + "resium": "1.13.1" } } diff --git a/package.json b/package.json index d51e641b0..0907e9d20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resium", - "version": "1.13.0", + "version": "1.13.1", "description": "React components for Cesium", "main": "dist/resium.cjs.js", "module": "dist/resium.es.js",