diff --git a/CHANGELOG.md b/CHANGELOG.md index b2068a75..0a8b6f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +## v1.8.3 + +### Pull Requests + +- [#322](https://github.com/offirgolan/ember-light-table/pull/322) Fix typo for default colspan *by [Ilya Radchenko](https://github.com/knownasilya)* +- [#318](https://github.com/offirgolan/ember-light-table/pull/318) Change to tag for sorting icons *by [Julie Graceffa](https://github.com/jewls618)* +- [#332](https://github.com/offirgolan/ember-light-table/pull/332) Bump ember-scrollable *by [Offir Golan](https://github.com/offirgolan)* + +#### Commits + +- [70320d05](https://github.com/offirgolan/ember-light-table/commit/70320d05a99021e35d5c0878dccf6499ce88216c) **fix(package)**: update ember-get-config to version 0.2.1 *by [greenkeeper[bot]](https://github.com/greenkeeper[bot])* + ## v1.8.2 ### Pull Requests diff --git a/package.json b/package.json index ebd62229..6a48584b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-light-table", - "version": "1.8.2", + "version": "1.8.3", "description": "Lightweight, component based table for Ember 2.x", "homepage": "https://github.com/offirgolan/ember-light-table", "directories": {