Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit dd67546

Browse files
author
Kamil Kisiela
committed
Merge branch 'release/0.0.2' into develop
2 parents 202bdd9 + 9e8c2c8 commit dd67546

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [0.0.2] - 2015-11-07
68
### Fixed
79
- Add missing ngMessages
810

@@ -14,4 +16,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1416

1517
## 0.0.1 - 2015-11-06
1618

17-
[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.1.0...HEAD
19+
[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.2.0...HEAD
20+
[0.0.2]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.0.1...0.0.2

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var server = 'server';
55
Package.describe({
66
name: "mys:angular-formly-templates-material",
77
summary: "Material design templates for angular-formly",
8-
version: "0.0.1",
8+
version: "0.0.2",
99

1010
documentation: 'README.md',
1111
git: 'https://github.com/kamilkisiela/meteor-angular-formly-templates-material.git'

0 commit comments

Comments
 (0)