Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 15, 2019
1 parent 22fa5e5 commit 70bdfb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.3.1 - 2019/03/15

- Fix error on unmount ([#70](https://github.com/darwin-education/resium/pull/70))

## v1.3.0 - 2019/03/11

- Add
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-hot-loader": "^4.8.0",
"resium": "^1.3.0"
"resium": "^1.3.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.3.0",
"version": "1.3.1",
"description": "React components for Cesium",
"main": "dist/resium.cjs.js",
"module": "dist/resium.es.js",
Expand Down

0 comments on commit 70bdfb5

Please sign in to comment.