diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a973a3c..ad3eb7a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.0.2](https://github.com/Addepar/ember-table/compare/v3.0.2-3...v3.0.2) + +- Check for undefined attributeBindings [`#901`](https://github.com/Addepar/ember-table/pull/901) + #### [v3.0.2-3](https://github.com/Addepar/ember-table/compare/v3.0.2-2...v3.0.2-3) +> 23 July 2021 + - Detect row count test selector to enable observers [`#893`](https://github.com/Addepar/ember-table/pull/893) - Add volta to package.json [`#894`](https://github.com/Addepar/ember-table/pull/894) -- Timeout workflows [`#895`](https://github.com/Addepar/ember-table/pull/895) -- Correct a typo in workflows [`ff71d03`](https://github.com/Addepar/ember-table/commit/ff71d031d69967aa16213968081d73500a25b905) +- Release 3.0.2-3 [`463d79d`](https://github.com/Addepar/ember-table/commit/463d79d3f180a6c65ddd80855e5d9f4cb43e8fa7) - Update README to narrow Ember.js support [`0877ba9`](https://github.com/Addepar/ember-table/commit/0877ba96b5420aae3121270986dea02358eb8545) #### [v3.0.2-2](https://github.com/Addepar/ember-table/compare/v3.0.2-1...v3.0.2-2) @@ -18,7 +23,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Specify meta key path for columns [`#886`](https://github.com/Addepar/ember-table/pull/886) - Improve footer tracking for bottom scroll indicator [`#873`](https://github.com/Addepar/ember-table/pull/873) -- Update .gitignore [`#885`](https://github.com/Addepar/ember-table/pull/885) - Add is-last-column and is-slack classes to table cells [`#876`](https://github.com/Addepar/ember-table/pull/876) - Generate row meta for header rows [`#879`](https://github.com/Addepar/ember-table/pull/879) - Pass rows count to sub-components [`#880`](https://github.com/Addepar/ember-table/pull/880) diff --git a/package.json b/package.json index 05ff6f396..e04efa9e8 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,10 @@ { "name": "ember-table", - "version": "3.0.2-3", + "version": "3.0.2", "description": "An addon to support large data set and a number of features around table.", - "keywords": ["ember-addon"], + "keywords": [ + "ember-addon" + ], "license": "BSD-3-Clause", "author": "", "directories": {