Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2020-05-06)

### Bug Fixes

* **select:** fixes Select bug that caused `fwChange` not to be fired for last multi-select option ([650c205](650c205)), closes [#68](#68)
  • Loading branch information
semantic-release-bot committed May 6, 2020
1 parent 650c205 commit 46caa58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/freshdesk/crayons/compare/v2.0.0...v2.0.1) (2020-05-06)


### Bug Fixes

* **select:** fixes Select bug that caused `fwChange` not to be fired for last multi-select option ([650c205](https://github.com/freshdesk/crayons/commit/650c205022a148697235594eeb223fc2b03a2ce8)), closes [#68](https://github.com/freshdesk/crayons/issues/68)

# [2.0.0](https://github.com/freshdesk/crayons/compare/v1.1.0...v2.0.0) (2020-05-06)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"components"
],
"author": "Freshworks Inc",
"version": "2.0.0",
"version": "2.0.1",
"description": "Crayons for Developer Platform",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 46caa58

Please sign in to comment.