From 44cd628d67531892f0ae1665c81bef89f800f068 Mon Sep 17 00:00:00 2001 From: Eslam3bed Date: Sun, 22 Sep 2024 18:54:10 +0000 Subject: [PATCH] chore(release): 0.0.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfcf1c..921e9b2 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.10 (2024-09-22) + ### 0.0.9 (2024-09-22) ### 0.0.8 (2024-09-22) diff --git a/package.json b/package.json index 8c1586d..b688179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-onboardx", - "version": "0.0.9", + "version": "0.0.10", "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",