diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9d073a0e..8d53078dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [18.4.0](https://github.com/alfa-laboratory/arui-feather/compare/v18.3.0...v18.4.0) (2020-10-26) + + +### Features + +* change 'npm i' on 'npm ci' ([#1227](https://github.com/alfa-laboratory/arui-feather/issues/1227)) ([2485928](https://github.com/alfa-laboratory/arui-feather/commit/248592843b6e845d744cbd73dfb3610ac6902520)) + # [18.3.0](https://github.com/alfa-laboratory/arui-feather/compare/v18.2.4...v18.3.0) (2020-10-15) diff --git a/package-lock.json b/package-lock.json index ee6cf7cd40..aacbc299b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "18.3.0", + "version": "18.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b87f9ae70a..d9f7e9bae3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "18.3.0", + "version": "18.4.0", "description": "Alfa-Bank UI lightweight library", "repository": { "type": "git",