From 9a742fda4c3f1e12e891360de5db378adcf15199 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Aug 2020 10:33:03 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/freshworks/crayons/compare/v2.3.4...v2.4.0) (2020-08-28) ### Features * **fw-modal:** added events and `hide-footer` attribute ([a4bd59c](https://github.com/freshworks/crayons/commit/a4bd59c7b3ac79fa7e89124c69590bf81ac75fa2)) * **fw-modal:** introduces modals to crayons ([1725f86](https://github.com/freshworks/crayons/commit/1725f864a9b246d99204b662e7c3620399728486)), closes [#113](https://github.com/freshworks/crayons/issues/113) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2325b99..88260e360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.4.0](https://github.com/freshworks/crayons/compare/v2.3.4...v2.4.0) (2020-08-28) + + +### Features + +* **fw-modal:** added events and `hide-footer` attribute ([a4bd59c](https://github.com/freshworks/crayons/commit/a4bd59c7b3ac79fa7e89124c69590bf81ac75fa2)) +* **fw-modal:** introduces modals to crayons ([1725f86](https://github.com/freshworks/crayons/commit/1725f864a9b246d99204b662e7c3620399728486)), closes [#113](https://github.com/freshworks/crayons/issues/113) + ## [2.3.4](https://github.com/freshworks/crayons/compare/v2.3.3...v2.3.4) (2020-08-18) diff --git a/package-lock.json b/package-lock.json index 6dbeda0c9..b8a91bd9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@freshworks/crayons", - "version": "2.3.4", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14581fca1..229ef7d54 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "components" ], "author": "Freshworks Inc", - "version": "2.3.4", + "version": "2.4.0", "description": "Crayons for Developer Platform", "main": "dist/index.js", "module": "dist/index.mjs",