diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b0443e..aa363783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.5.2](https://github.com/iliyaZelenko/vue-cool-select/compare/v3.5.1...v3.5.2) (2020-02-04) + + +### Bug Fixes + +* pin core-js to 3.4.6 ([081a676](https://github.com/iliyaZelenko/vue-cool-select/commit/081a676)) +* **types:** incorrect work with config strict: true ([0f1d2f8](https://github.com/iliyaZelenko/vue-cool-select/commit/0f1d2f8)), closes [#315](https://github.com/iliyaZelenko/vue-cool-select/issues/315) +* **types:** incorrect work with config strict: true ([8fbb9a5](https://github.com/iliyaZelenko/vue-cool-select/commit/8fbb9a5)) + ## [3.5.1](https://github.com/iliyaZelenko/vue-cool-select/compare/v3.5.0...v3.5.1) (2019-11-12) diff --git a/package.json b/package.json index 79b89935..b4f4d3ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-cool-select", - "version": "3.5.1", + "version": "3.5.2", "scripts": { "commit": "git-cz", "serve": "cd ./gh-pages-src && yarn serve",