diff --git a/CHANGELOG.md b/CHANGELOG.md index 94216b47..25e8e5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.8.1] +## [0.8.2] ### Support - getTokenValue now uses a for loop as it was previously erroneously using a for...in loop +## [0.8.1] +### Support +- Tom didn't push the dist folder + ## [0.8.0] ### Added - add transform property to modify query results before rendering @@ -116,6 +120,7 @@ Baseline version. - Basic interaction events: on, off, clicked - Map to Chart interaction demos +[0.8.2]: https://github.com/Esri/cedar/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/Esri/cedar/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/Esri/cedar/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/Esri/cedar/compare/v0.6.1...v0.7.0 diff --git a/arcgis-cedar-v0.8.1.zip b/arcgis-cedar-v0.8.1.zip new file mode 100644 index 00000000..b22f28a2 Binary files /dev/null and b/arcgis-cedar-v0.8.1.zip differ diff --git a/package.json b/package.json index 3a049628..a6ebdfaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcgis-cedar", - "version": "0.8.1", + "version": "0.8.2", "description": "Visualization framework for the ArcGIS Platform", "main": "./dist/cedar.js", "scripts": {