diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b943f4a..1bb4a8a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## [0.0.9](https://github.com/justindujardin/ng2-material/compare/v0.0.8...v0.0.9) (2015-12-24) + + +### Bug Fixes + +* **build:** inline templates until offline compilation is available ([0c5fa5e](https://github.com/justindujardin/ng2-material/commit/0c5fa5e)), closes [#1](https://github.com/justindujardin/ng2-material/issues/1) + +### Features + +* **tabs:** basic behavioral tests for tab selection binding and input ([3cf848d](https://github.com/justindujardin/ng2-material/commit/3cf848d)) + + + ## [0.0.8](https://github.com/justindujardin/ng2-material/compare/v0.0.7...v0.0.8) (2015-12-20) diff --git a/package.json b/package.json index d3f6bd41..1e324fb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-material", - "version": "0.0.8", + "version": "0.0.9", "description": "", "main": "all.ts", "repository": {