Skip to content

Commit

Permalink
chore(release): 5.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed Apr 3, 2021
1 parent d16d844 commit f4f48d5
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.

## [5.1.0-beta.1](https://github.com/Ninja-Squad/ngx-valdemort/compare/v5.1.0-beta.0...v5.1.0-beta.1) (2021-04-03)


### Features

* add a validation fallback directive ([d16d844](https://github.com/Ninja-Squad/ngx-valdemort/commit/d16d844f5cdbb9ffbf24ff25dfbc56f09773c3d2)), closes [#264](https://github.com/Ninja-Squad/ngx-valdemort/issues/264)

## [5.1.0-beta.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v5.0.0...v5.1.0-beta.0) (2021-03-26)


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": "5.1.0-beta.0",
"version": "5.1.0-beta.1",
"description": "Simple, consistent validation error messages for your Angular forms",
"peerDependencies": {
"@angular/common": "^11.0.0",
Expand Down

0 comments on commit f4f48d5

Please sign in to comment.