Skip to content

Commit a869292

Browse files
author
Kamil Kisiela
committed
Merge branch 'release/v0.0.2'
2 parents d0623df + 6f1a07a commit a869292

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.0.2] - 2015-11-10
8+
### Added
9+
- Add angular-formly to package (no more need to be added manually)
10+
711
## 0.0.1 - 2015-11-09
812

9-
[Unreleased]: https://github.com/wieldo/angular-formly-validator/compare/0.1.0...HEAD
13+
[Unreleased]: https://github.com/wieldo/angular-formly-validator/compare/v0.2.0...HEAD
14+
[0.0.2]: https://github.com/wieldo/angular-formly-validator/compare/v0.1.0...v0.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: "wieldo:angular-formly-validator",
77
summary: "Use set of built-in validators in your project. This module extends angular-formly-transformer.",
8-
version: "0.0.1",
8+
version: "0.0.2",
99

1010
documentation: 'README.md',
1111
git: 'https://github.com/wieldo/angular-formly-validator.git'

0 commit comments

Comments
 (0)