Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 26, 2019
1 parent 50f60fa commit 63ea21a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.4.1 - 2019/03/26

- fix: typo ([#74](https://github.com/darwin-education/resium/pull/74))
- fix: dependencies

## v1.4.0 - 2019/03/25

- change: type of CesiumComponent's ref and CesiumComponent.getCesiumEventMap
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.4.0"
"resium": "^1.4.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.4.0",
"version": "1.4.1",
"description": "React components for Cesium",
"main": "dist/resium.cjs.js",
"module": "dist/resium.es.js",
Expand Down

0 comments on commit 63ea21a

Please sign in to comment.