diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d5a956..79b49582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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](https://github.com/Ninja-Squad/ngx-valdemort/compare/v5.1.0-beta.1...v5.1.0) (2021-04-09) + + +### Bug Fixes + +* fix lint warnings ([fbc1703](https://github.com/Ninja-Squad/ngx-valdemort/commit/fbc1703fd572c13b795dfac6037b53ec13ea06b7)), closes [#272](https://github.com/Ninja-Squad/ngx-valdemort/issues/272) + ## [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) diff --git a/projects/ngx-valdemort/package.json b/projects/ngx-valdemort/package.json index 3d583b6d..6c60e458 100644 --- a/projects/ngx-valdemort/package.json +++ b/projects/ngx-valdemort/package.json @@ -1,6 +1,6 @@ { "name": "ngx-valdemort", - "version": "5.1.0-beta.1", + "version": "5.1.0", "description": "Simple, consistent validation error messages for your Angular forms", "peerDependencies": { "@angular/common": "^11.0.0",