From 3aef0e4017f6ca32c98484e2bb7f080c272fa5c1 Mon Sep 17 00:00:00 2001 From: Eslam3bed Date: Sun, 22 Sep 2024 18:29:06 +0000 Subject: [PATCH] chore(release): 0.0.9 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 993f5b4..dbfcf1c 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.9 (2024-09-22) + ### 0.0.8 (2024-09-22) ### 0.0.7 (2024-09-22) diff --git a/package.json b/package.json index 166583e..8c1586d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-onboardx", - "version": "0.0.8", + "version": "0.0.9", "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",