Skip to content

Commit be571b9

Browse files
author
Kamil Kisiela
committed
chore(changelog): release new version
1 parent 1d32e66 commit be571b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [1.2.0] - 2015-11-26
66
### Added
77
- **match** validator
88
- **notmatch** validator
@@ -58,7 +58,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5858

5959
## 0.0.1 - 2015-11-09
6060

61-
[Unreleased]: https://github.com/wieldo/angular-formly-validator/compare/v1.1.1...HEAD
61+
[1.2.0]: https://github.com/wieldo/angular-formly-validator/compare/v1.1.1...v1.2.0
6262
[1.1.1]: https://github.com/wieldo/angular-formly-validator/compare/v1.1.0...v1.1.1
6363
[1.1.0]: https://github.com/wieldo/angular-formly-validator/compare/v1.0.0...v1.1.0
6464
[1.0.0]: https://github.com/wieldo/angular-formly-validator/compare/v0.0.4...v1.0.0

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var client = 'client';
33
Package.describe({
44
name: "wieldo:angular-formly-validator",
55
summary: "Use set of built-in validators in your project. This module extends angular-formly-transformer.",
6-
version: "1.1.1",
6+
version: "1.2.0",
77

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

0 commit comments

Comments
 (0)