Skip to content

Commit

Permalink
chore(publish): release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Jul 5, 2020
1 parent 8adbfab commit 6a11fe2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [2.0.0](https://github.com/xtreamsrl/ngx-validation-errors/compare/v1.0.0...v2.0.0) (2020-07-05)


### Bug Fixes

* update pipe creation and usage ([ad000db](https://github.com/xtreamsrl/ngx-validation-errors/commit/ad000db6ae74c1d4c745618b8fd4f01ee0a79ba2))


### chore

* update readme and package.json ([8adbfab](https://github.com/xtreamsrl/ngx-validation-errors/commit/8adbfabcdbd1f9300d924c364ca7bb0b2cf7cea8))


### Features

* update project to angular 9 ([f1b6410](https://github.com/xtreamsrl/ngx-validation-errors/commit/f1b641097942e32315662e4105584ba0d875f296))


### BREAKING CHANGES

* complete update to angular 9



## 0.4.0 (2020-01-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-validation-errors",
"version": "1.0.0",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 6a11fe2

Please sign in to comment.