From 2b70b6c8de19d36edfa902a592f4d0f49d976f1f Mon Sep 17 00:00:00 2001 From: Justin DuJardin Date: Sun, 21 Feb 2016 13:45:38 -0800 Subject: [PATCH] chore(deploy): release v0.2.4 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23baf827..6e1778e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## [0.2.4](https://github.com/justindujardin/ng2-material/compare/v0.2.3...v0.2.4) (2016-02-21) + + +### Bug Fixes + +* **dialog:** no more blurry text ([7baaaee](https://github.com/justindujardin/ng2-material/commit/7baaaee)), closes [#10](https://github.com/justindujardin/ng2-material/issues/10) +* **input:** support two way binding with value ([dc63f19](https://github.com/justindujardin/ng2-material/commit/dc63f19)), closes [#62](https://github.com/justindujardin/ng2-material/issues/62) +* **input:** work with async value bindings ([0014bc4](https://github.com/justindujardin/ng2-material/commit/0014bc4)), closes [#40](https://github.com/justindujardin/ng2-material/issues/40) [#39](https://github.com/justindujardin/ng2-material/issues/39) [#59](https://github.com/justindujardin/ng2-material/issues/59) +* **install:** use typings explicitly from node_modules ([7bef97d](https://github.com/justindujardin/ng2-material/commit/7bef97d)), closes [#74](https://github.com/justindujardin/ng2-material/issues/74) +* **MdMinValueValidator:** do not use max validator logic ([f67e508](https://github.com/justindujardin/ng2-material/commit/f67e508)), closes [#61](https://github.com/justindujardin/ng2-material/issues/61) + + + ## [0.2.3](https://github.com/justindujardin/ng2-material/compare/v0.2.2...v0.2.3) (2016-02-21) diff --git a/package.json b/package.json index 4c356611..2d9ccb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-material", - "version": "0.2.3", + "version": "0.2.4", "description": "", "main": "all.ts", "repository": {