From d49f15aee6476c7cfc91d061feb0858b18b833f4 Mon Sep 17 00:00:00 2001 From: Offir Golan Date: Fri, 23 Sep 2016 17:06:32 +1200 Subject: [PATCH] Released v1.4.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36895d31..77bdbb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +## v1.4.0 + +### Pull Requests + +- [#167](https://github.com/offirgolan/ember-light-table/pull/167) [FEATURE] Two-way sync between rows and model *by [Offir Golan](https://github.com/offirgolan)* +- [#177](https://github.com/offirgolan/ember-light-table/pull/177) [FEATURE] Customizable components *by [Taras Mankovski](https://github.com/taras)* +- [#183](https://github.com/offirgolan/ember-light-table/pull/183) [BUGFIX] Add footer scaffolding and move width into style attr *by [Offir Golan](https://github.com/offirgolan)* + ## v1.3.1 ### Pull Requests diff --git a/package.json b/package.json index f2ddc862..b8e146d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-light-table", - "version": "1.3.1", + "version": "1.4.0", "description": "Lightweight, component based table for Ember 2.x", "homepage": "https://github.com/offirgolan/ember-light-table", "directories": {