Skip to content

Commit

Permalink
📦 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benstoltz committed Mar 2, 2017
1 parent 4eb5327 commit 83bc034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.9.1]
### Added
- Chart tooltips added for new json spec charts where tooltip is not specified.

## [0.9.0]
### Changed
- Introduced new public JSON api as the first step towards multiple series
Expand Down Expand Up @@ -124,6 +128,7 @@ Baseline version.
- Basic interaction events: on, off, clicked
- Map to Chart interaction demos

[0.9.1]: https://github.com/Esri/cedar/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/Esri/cedar/compare/v0.8.2...v0.9.0
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arcgis-cedar",
"version": "0.9.0",
"version": "0.9.1",
"description": "Visualization framework for the ArcGIS Platform",
"main": "./dist/cedar.js",
"scripts": {
Expand Down

0 comments on commit 83bc034

Please sign in to comment.