diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c1ff0..6e4a283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.0.2] - 2015-11-07 ### Fixed - Add missing ngMessages @@ -14,4 +16,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## 0.0.1 - 2015-11-06 -[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.1.0...HEAD \ No newline at end of file +[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.2.0...HEAD +[0.0.2]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.0.1...0.0.2 \ No newline at end of file diff --git a/package.js b/package.js index b2b36f5..c825b9c 100644 --- a/package.js +++ b/package.js @@ -5,7 +5,7 @@ var server = 'server'; Package.describe({ name: "mys:angular-formly-templates-material", summary: "Material design templates for angular-formly", - version: "0.0.1", + version: "0.0.2", documentation: 'README.md', git: 'https://github.com/kamilkisiela/meteor-angular-formly-templates-material.git'