Skip to content

Commit

Permalink
Merge pull request #452 from openlayers/prepare_v1.25
Browse files Browse the repository at this point in the history
Prepare v1.25 release
  • Loading branch information
gberaudo authored Mar 29, 2017
2 parents 2accc3f + 0a0e2e5 commit 680e066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# v 1.25
# v 1.25 - 2017-03-28

* Breaking changes
* Stop returning promise from olcs.core.rotateAroundAxis function.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-cesium",
"version": "1.24.3",
"version": "1.25.0",
"description": "OpenLayers Cesium integration library",
"scripts": {},
"repository": {
Expand All @@ -12,15 +12,15 @@
"url": "https://github.com/openlayers/ol-cesium/issues"
},
"dependencies": {
"async": "2.1.5",
"async": "2.2.0",
"htmlparser2": "3.9.2"
},
"devDependencies": {
"closure-util": "1.18.0",
"@mapbox/geojsonhint": "2.0.1",
"fs-extra": "2.0.0",
"fs-extra": "2.1.2",
"jsdoc": "~3.4.0",
"eslint": "3.17.0",
"eslint": "3.18.0",
"eslint-config-openlayers": "7.0.0",
"nomnom": "1.8.1",
"temp": "0.8.3",
Expand Down

0 comments on commit 680e066

Please sign in to comment.