Skip to content

Commit 2cfc3e1

Browse files
author
Kamil Kisiela
committed
Update version
1 parent cf5a2b4 commit 2cfc3e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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+
## [0.3.0] - 2015-11-23
66
### Added
77
- Support autoformly.validation.messages in SimpleSchema
88
- Add optional manual formly configuration for each field in autoFormly service
@@ -33,7 +33,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3333

3434
## 0.0.1 - 2015-11-14
3535

36-
[Unreleased]: https://github.com/wieldo/meteor-autoformly/compare/v0.2.1...HEAD
36+
[0.3.0]: https://github.com/wieldo/meteor-autoformly/compare/v0.2.1...v0.3.0
3737
[0.2.1]: https://github.com/wieldo/meteor-autoformly/compare/v0.2.0...v0.2.1
3838
[0.2.0]: https://github.com/wieldo/meteor-autoformly/compare/v0.1.0...v0.2.0
3939
[0.1.0]: https://github.com/wieldo/meteor-autoformly/compare/v0.0.1...v0.1.0

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var client = 'client';
44
Package.describe({
55
name: "wieldo:autoformly",
66
summary: "Create angular-formly forms with automatic insert and update, and automatic reactive validation.",
7-
version: "0.2.1",
7+
version: "0.3.0",
88

99
documentation: 'README.md',
1010
git: 'https://github.com/wieldo/meteor-autoformly.git'

0 commit comments

Comments
 (0)