diff --git a/CHANGELOG.md b/CHANGELOG.md index 607e182022..1eb1a6a285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [16.0.2](https://github.com/alfa-laboratory/arui-feather/compare/v16.0.1...v16.0.2) (2019-12-30) + + +### Bug Fixes + +* **heading:** decrease default margins specificity and use bem-react-classname ([#933](https://github.com/alfa-laboratory/arui-feather/issues/933)) ([4887780](https://github.com/alfa-laboratory/arui-feather/commit/4887780)) + + + ## [16.0.1](https://github.com/alfa-laboratory/arui-feather/compare/v16.0.0...v16.0.1) (2019-12-28) diff --git a/package-lock.json b/package-lock.json index aa4ba1c054..bdacc606d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "16.0.1", + "version": "16.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bcb711421..53c5a0158e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-feather", - "version": "16.0.1", + "version": "16.0.2", "description": "Alfa-Bank UI lightweight library", "repository": { "type": "git",