diff --git a/CHANGELOG.md b/CHANGELOG.md index 44705ab..27689db 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. +### [4.1.2](https://github.com/ngneat/error-tailor/compare/v4.1.1...v4.1.2) (2023-11-15) + + +### Bug Fixes + +* 🐛 warn users on missing mapped error keys ([a206f74](https://github.com/ngneat/error-tailor/commit/a206f749cf6cf488362ab0e8ea6ee52612ecc2f5)) + ### [4.1.1](https://github.com/ngneat/error-tailor/compare/v4.1.0...v4.1.1) (2023-07-17) diff --git a/projects/ngneat/error-tailor/package.json b/projects/ngneat/error-tailor/package.json index bf9aac6..c7629f8 100644 --- a/projects/ngneat/error-tailor/package.json +++ b/projects/ngneat/error-tailor/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/error-tailor", - "version": "4.1.1", + "version": "4.1.2", "description": "Seamless form errors for Angular Applications", "dependencies": { "tslib": "2.5.0"