From 03d8e90fe49f5dc182c582ba1d12158cb34e591f Mon Sep 17 00:00:00 2001 From: Mohsen Date: Sat, 7 Jan 2023 18:09:21 +0330 Subject: [PATCH] chore(release): 0.0.12 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c9e23..491a5d2 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.12](https://github.com/moh3n9595/react-beacon-hint/compare/v0.0.11...v0.0.12) (2023-01-07) + ### [0.0.11](https://github.com/moh3n9595/react-beacon-hint/compare/v0.0.10...v0.0.11) (2023-01-05) diff --git a/package.json b/package.json index 276de11..44e4506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-beacon-hint", - "version": "0.0.11", + "version": "0.0.12", "description": "User Onboarding Component for React with Fully Configurable Options", "main": "./lib/react-beacon-hint.umd.js", "module": "./lib/react-beacon-hint.es.js",