diff --git a/CHANGELOG.md b/CHANGELOG.md index d53eb72ed..2b8589591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [19.2.0](https://github.com/alfa-laboratory/arui-feather/compare/v19.1.1...v19.2.0) (2021-09-13) + + +### Features + +* **calendar:** add reverseYearsOrder prop to change order of years ([5b414c6](https://github.com/alfa-laboratory/arui-feather/commit/5b414c69937486341ba3cf25798b0954000d11e2)) + ## [19.1.1](https://github.com/alfa-laboratory/arui-feather/compare/v19.1.0...v19.1.1) (2021-07-27) diff --git a/package-lock.json b/package-lock.json index a4e60b7e6..5581940a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "19.1.1", + "version": "19.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e2e7cc04..eb10465c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "19.1.1", + "version": "19.2.0", "description": "Alfa-Bank UI lightweight library", "repository": { "type": "git",