Skip to content

Commit

Permalink
chore(release): 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed May 5, 2023
1 parent 8c50d05 commit f55a2f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [10.0.1](https://github.com/Ninja-Squad/ngx-valdemort/compare/v10.0.0...v10.0.1) (2023-05-05)


### Bug Fixes

* fix dependency version in published package.json ([8c50d05](https://github.com/Ninja-Squad/ngx-valdemort/commit/8c50d05f6cff235cf4e2a55d779e0bc9b9ce8c4d))

## [10.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v9.0.0...v10.0.0) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-valdemort/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-valdemort",
"version": "10.0.0",
"version": "10.0.1",
"description": "Simple, consistent validation error messages for your Angular forms",
"peerDependencies": {
"@angular/common": "^16.0.0",
Expand Down

0 comments on commit f55a2f1

Please sign in to comment.