diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f68bec..dff93a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/shadiabuhilal/wizard-step-indicator-react/compare/v1.0.0...v1.0.1) (2024-01-04) + + +### Bug Fixes + +* run build in push-workflows ([77f004f](https://github.com/shadiabuhilal/wizard-step-indicator-react/commit/77f004f82ce25b404d27e2551dcf1a532d7502b4)) + # 1.0.0 (2024-01-04) diff --git a/package-lock.json b/package-lock.json index 3267834..2edca51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wizard-step-indicator-react", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wizard-step-indicator-react", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "classnames": ">=2.*.*", diff --git a/package.json b/package.json index 97cec02..d8a1dc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wizard-step-indicator-react", - "version": "1.0.0", + "version": "1.0.1", "description": "Wizard Step Indicator for React", "type": "module", "main": "./src/index",