diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a64d3..6552602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.3](https://github.com/yarastqt/themekit/compare/v1.6.2...v1.6.3) (2020-10-26) + +### Bug Fixes + +- throw custom YamlParseError while yaml parse ([a16bbf4](https://github.com/yarastqt/themekit/commit/a16bbf43b88c9ffdd1c95014870da7e70a7505e1)) +- wrap build to try-catch ([0f8213c](https://github.com/yarastqt/themekit/commit/0f8213c65414dc44d019b934c7b03da1e4d28ba0)) + ## [1.6.2](https://github.com/yarastqt/themekit/compare/v1.6.1...v1.6.2) (2020-08-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index c0b7794..406ed7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@yandex/themekit", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index baf757f..fdb8830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yandex/themekit", - "version": "1.6.2", + "version": "1.6.3", "author": "Eugene Tropin ", "description": "Build system of design-tokens for any platforms.", "keywords": ["themekit", "design", "css", "tokens", "style", "style-dictionary"],