diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1778e9..cdf102ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.2.5](https://github.com/justindujardin/ng2-material/compare/v0.2.4...v0.2.5) (2016-02-21) + + +### Bug Fixes + +* **build:** remove need for installing typings from the internet ([9acfd14](https://github.com/justindujardin/ng2-material/commit/9acfd14)), closes [#74](https://github.com/justindujardin/ng2-material/issues/74) +* **build:** remove triple slash reference from types file ([fd50eb8](https://github.com/justindujardin/ng2-material/commit/fd50eb8)) + + + ## [0.2.4](https://github.com/justindujardin/ng2-material/compare/v0.2.3...v0.2.4) (2016-02-21) diff --git a/package.json b/package.json index c64ad456..ab684b21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-material", - "version": "0.2.4", + "version": "0.2.5", "description": "", "main": "all.ts", "repository": {