diff --git a/CHANGELOG.md b/CHANGELOG.md index a429460..2a66047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v1.0.0-beta.18 + +- FIX axes components will once again use the passed templates for pre-Glimmer Ember. + ### v1.0.0-beta.17 - ADD `nf-tracker` component. This is a component for templatable tracking dots diff --git a/package.json b/package.json index f0afdff..ff2cb5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-nf-graph", - "version": "1.0.0-beta.17", + "version": "1.0.0-beta.18", "description": "A graphing/charting DSL for Ember.js", "files": [ "addon/",