From 905b36534b1ff12bdc8f9590ee7edcb7820583fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 12:35:41 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/opensrc0/fe-pilot/compare/v1.2.0...v1.2.1) (2024-4-29) ### Bug Fixes * **autofillotp:** changed in index.js of autofillOtp ([6d13195](https://github.com/opensrc0/fe-pilot/commit/6d13195b466e8daec3fd78dd959903c58c5965f0)) * **boiler plate:** fixed boiler plate ([13d8189](https://github.com/opensrc0/fe-pilot/commit/13d8189093614565058bf6d33a3be848d9b4c6ce)) * **colorpicker:** fixed: Import export in index.js of ColorPicker ([88e5b34](https://github.com/opensrc0/fe-pilot/commit/88e5b346fc62edfbd34162e7b3da2979269c9f88)) * **share:** given support as a service and as a component ([13f603f](https://github.com/opensrc0/fe-pilot/commit/13f603f3c4d8dbe4d9c189c9c04bd66b254d42df)) * **whatsapp web:** provided support for whatsapp web ([a2d9187](https://github.com/opensrc0/fe-pilot/commit/a2d91873b2b784300aef4ef8eafdeb52ef5e6758)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f07c0df..58bff9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.2.1](https://github.com/opensrc0/fe-pilot/compare/v1.2.0...v1.2.1) (2024-4-29) + + +### Bug Fixes + +* **autofillotp:** changed in index.js of autofillOtp ([6d13195](https://github.com/opensrc0/fe-pilot/commit/6d13195b466e8daec3fd78dd959903c58c5965f0)) +* **boiler plate:** fixed boiler plate ([13d8189](https://github.com/opensrc0/fe-pilot/commit/13d8189093614565058bf6d33a3be848d9b4c6ce)) +* **colorpicker:** fixed: Import export in index.js of ColorPicker ([88e5b34](https://github.com/opensrc0/fe-pilot/commit/88e5b346fc62edfbd34162e7b3da2979269c9f88)) +* **share:** given support as a service and as a component ([13f603f](https://github.com/opensrc0/fe-pilot/commit/13f603f3c4d8dbe4d9c189c9c04bd66b254d42df)) +* **whatsapp web:** provided support for whatsapp web ([a2d9187](https://github.com/opensrc0/fe-pilot/commit/a2d91873b2b784300aef4ef8eafdeb52ef5e6758)) + # [1.2.0](https://github.com/opensrc0/fe-pilot/compare/v1.1.0...v1.2.0) (2024-4-9) diff --git a/package-lock.json b/package-lock.json index 8a597a7..ed24fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fe-pilot", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fe-pilot", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index 109e87f..b9388ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fe-pilot", - "version": "1.2.0", + "version": "1.2.1", "description": "Advance JS features, Plug & Play", "main": "index.js", "scripts": {