From 17a3efa3adf6b314885934bb446cf9dca5235481 Mon Sep 17 00:00:00 2001 From: Mohsen Date: Thu, 5 Jan 2023 22:50:05 +0330 Subject: [PATCH] chore(release): 0.0.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9abed..43c9e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.11](https://github.com/moh3n9595/react-beacon-hint/compare/v0.0.10...v0.0.11) (2023-01-05) + + +### Features + +* add hint component ([f87a232](https://github.com/moh3n9595/react-beacon-hint/commit/f87a2323df93022241eda9f34db3cedfb5a92c12)) + ### [0.0.10](https://github.com/moh3n9595/react-beacon-hint/compare/v0.0.9...v0.0.10) (2023-01-04) diff --git a/package.json b/package.json index c903235..276de11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-beacon-hint", - "version": "0.0.10", + "version": "0.0.11", "description": "User Onboarding Component for React with Fully Configurable Options", "main": "./lib/react-beacon-hint.umd.js", "module": "./lib/react-beacon-hint.es.js",