diff --git a/CHANGELOG.md b/CHANGELOG.md index b18d991c4..56cfc202a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [19.0.1](https://github.com/alfa-laboratory/arui-feather/compare/v19.0.0...v19.0.1) (2021-06-01) + + +### Bug Fixes + +* **money-input:** fix bug with multiple zeros ([#1286](https://github.com/alfa-laboratory/arui-feather/issues/1286)) ([b26328d](https://github.com/alfa-laboratory/arui-feather/commit/b26328ddb5d9247d1f18fd0a43545e2d861f9a7f)) + # [19.0.0](https://github.com/alfa-laboratory/arui-feather/compare/v18.8.0...v19.0.0) (2021-05-27) diff --git a/package-lock.json b/package-lock.json index 1dd12f638..fe9ddac54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "19.0.0", + "version": "19.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b58438abf..9619a4b0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "19.0.0", + "version": "19.0.1", "description": "Alfa-Bank UI lightweight library", "repository": { "type": "git",