Skip to content

Commit

Permalink
chore(release): bump version number to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lincrosenbach committed Oct 17, 2018
1 parent f9633ff commit cbe898e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
<a name="0.20.1"></a>
## [0.20.1](https://github.com/ESSS/ng-xform/compare/v0.20.0...v0.20.1) (2018-10-17)


### Features

* **MeasureField:** add format options to measure field to properly format values ([c8cca28](https://github.com/ESSS/ng-xform/commit/c8cca28))
* **MeasureField:** add formatOptions example for MeasureFiled on README file ([f1862b2](https://github.com/ESSS/ng-xform/commit/f1862b2))
* **SelectField:** improve coverage os select field with search key handler ([566dd78](https://github.com/ESSS/ng-xform/commit/566dd78))
* **SelectField:** remove unused import of Observable ([7bb0d9f](https://github.com/ESSS/ng-xform/commit/7bb0d9f))



<a name="0.20.0"></a>
# [0.20.0](https://github.com/ESSS/ng-xform/compare/v0.19.2...v0.20.0) (2018-10-11)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@esss/ng-xform",
"description": "Angular lib",
"version": "0.20.0",
"version": "0.20.1",
"homepage": "https://github.com/ESSS/ng-xform",
"author": {
"name": "Eder Soares",
Expand Down

0 comments on commit cbe898e

Please sign in to comment.