diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f95e8b..d5dd444 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.15 (2024-09-23) + ### 0.0.14 (2024-09-23) ### 0.0.13 (2024-09-23) diff --git a/package.json b/package.json index 0fa2a23..807d572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-onboardx", - "version": "0.0.14", + "version": "0.0.15", "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",