Skip to content

Commit

Permalink
v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Sep 30, 2020
1 parent f19a799 commit eb44e84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit eb44e84

Please sign in to comment.