diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c2da504..fefc26d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/freshdesk/crayons/compare/v2.0.2...v2.0.3) (2020-05-06) + + +### Bug Fixes + +* **select:** fixes select ([93cea4f](https://github.com/freshdesk/crayons/commit/93cea4f9aed40f0d08b936eefe7f35cee4a65290)) + ## [2.0.2](https://github.com/freshdesk/crayons/compare/v2.0.1...v2.0.2) (2020-05-06) diff --git a/package-lock.json b/package-lock.json index 0ae8ca668..02c0557e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@freshworks/crayons", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3306f9169..93a306a57 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "components" ], "author": "Freshworks Inc", - "version": "2.0.2", + "version": "2.0.3", "description": "Crayons for Developer Platform", "main": "dist/index.js", "module": "dist/index.mjs",