diff --git a/CHANGELOG.md b/CHANGELOG.md index eccd955..3d1cf5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.47](https://github.com/opensrc0/fe-pilot/compare/v1.0.46...v1.0.47) (2024-3-22) + + +### Bug Fixes + +* **all component:** added msg in case of success and failure ([630e9ea](https://github.com/opensrc0/fe-pilot/commit/630e9ea740abd0b332f46efeafee278094641cd2)) + ## [1.0.46](https://github.com/opensrc0/fe-pilot/compare/v1.0.45...v1.0.46) (2024-3-22) diff --git a/package-lock.json b/package-lock.json index b424f95..6707ba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fe-pilot", - "version": "1.0.46", + "version": "1.0.47", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fe-pilot", - "version": "1.0.46", + "version": "1.0.47", "license": "MIT", "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index c0f8b6b..860336d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fe-pilot", - "version": "1.0.46", + "version": "1.0.47", "description": "Advance JS features, Plug & Play", "main": "", "scripts": {