From e96d8a0fcc23d7732e7a5ce785c3e7393545b667 Mon Sep 17 00:00:00 2001 From: Eslam3bed Date: Sun, 22 Sep 2024 17:39:01 +0000 Subject: [PATCH] chore(release): 0.0.4 --- CHANGELOG.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5555b37..6c67fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ 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.4 (2024-09-22) + ### 0.0.2 (2024-09-22) diff --git a/package.json b/package.json index 8fb94f5..b9eec1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-onboardx", - "version": "0.0.3", + "version": "0.0.4", "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", @@ -32,4 +32,4 @@ "tslib": "^2.7.0", "typescript": "^5.6.2" } -} \ No newline at end of file +}