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

Commit 8a5200e

Browse files
author
Kamil Kisiela
committed
Update version
1 parent 4194956 commit 8a5200e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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.2.0] - 2015-11-17
66
### Added
77
- Support for textarea with cols and rows
88
- ApiCheck for label, radio and select
@@ -37,6 +37,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3737

3838
## 0.0.1 - 2015-11-06
3939

40+
[0.2.0]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.1.0...v0.2.0
4041
[0.1.0]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.4...v0.1.0
4142
[0.0.4]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.3...v0.0.4
4243
[0.0.3]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.2...v0.0.3

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-templates-material",
77
summary: "Material design templates for angular-formly",
8-
version: "0.1.0",
8+
version: "0.2.0",
99

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

0 commit comments

Comments
 (0)