diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1bb867..db852143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.3.7](https://github.com/justindujardin/ng2-material/compare/v0.3.6...v0.3.7) (2016-04-24) + + +### Bug Fixes + +* **input:** issue when typing rapidly into an input ([4386d56](https://github.com/justindujardin/ng2-material/commit/4386d56)) + + + ## [0.3.6](https://github.com/justindujardin/ng2-material/compare/v0.3.5...v0.3.6) (2016-04-17) diff --git a/package.json b/package.json index a7141544..78eb1c60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-material", - "version": "0.3.6", + "version": "0.3.7", "description": "", "main": "dist/ng2-material.js", "repository": {