diff --git a/CHANGES.md b/CHANGES.md index db102efb8..a2e161986 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,12 @@ # Changelog -# v 1.17 - +# v 1.17 - 2016-06-23 * Changes * Port to Cesium 1.22. + * Add olcs.core.convertUrlToCesium function to help convert OpenLayers urls + to Cesium. + * Handle arbitrary line widths on Windows OS. ## v 1.16 - 2016-05-30 diff --git a/package.json b/package.json index 4d8b9ebf1..0e377be3d 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,15 @@ }, "dependencies": { "async": "1.5.2", - "htmlparser2": "3.9.0" + "htmlparser2": "3.9.1" }, "devDependencies": { "closure-util": "1.14.0", "geojsonhint": "1.2.1", "fs-extra": "0.30.0", "jsdoc": "~3.4.0", - "eslint": "2.11.0", - "eslint-config-openlayers": "4.1.0", + "eslint": "2.13.1", + "eslint-config-openlayers": "5.0.0", "nomnom": "1.8.1", "temp": "0.8.3", "walk": "2.3.9"