Skip to content

Commit

Permalink
chore(release): 3.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.2](v3.5.1...v3.5.2) (2020-02-04)

### Bug Fixes

* pin core-js to 3.4.6 ([081a676](081a676))
* **types:** incorrect work with config strict: true ([0f1d2f8](0f1d2f8)), closes [#315](#315)
* **types:** incorrect work with config strict: true ([8fbb9a5](8fbb9a5))
  • Loading branch information
semantic-release-bot committed Feb 4, 2020
1 parent 1f1fbd0 commit 5fd8357
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5fd8357

Please sign in to comment.