diff --git a/CHANGELOG.md b/CHANGELOG.md index 921e9b2..7affa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.0.11 (2024-09-22) + ### 0.0.10 (2024-09-22) ### 0.0.9 (2024-09-22) diff --git a/package.json b/package.json index b688179..bac8058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-onboardx", - "version": "0.0.10", + "version": "0.0.11", "description": "React Onboarding Tool Kit is a flexible, easy-to-use package for creating guided tours and onboarding experiences in React applications. It provides a headless approach, allowing you to maintain full control over your UI while leveraging powerful onboarding logic.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",