diff --git a/CHANGELOG.md b/CHANGELOG.md index 732ab442..6f539ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +## v1.3.0 + +### Pull Requests + +- [#164](https://github.com/offirgolan/ember-light-table/pull/164) [FEATURE] Rename flattenedColumns to allColumns *by [Offir Golan](https://github.com/offirgolan)* + ## v1.2.0 ### Pull Requests diff --git a/package.json b/package.json index abae0cac..a1f46b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-light-table", - "version": "1.2.0", + "version": "1.3.0", "description": "Lightweight, component based table for Ember 2.x", "homepage": "https://github.com/offirgolan/ember-light-table", "directories": {