From 28aece7f6c9d408cdc4f3d5598b74d079b6c1388 Mon Sep 17 00:00:00 2001 From: Mohsen Date: Wed, 8 Feb 2023 12:22:51 +0330 Subject: [PATCH] chore(release): 0.0.14 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21c336..dcaf5b3 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.14](https://github.com/moh3n9595/react-beacon-hint/compare/v0.0.13...v0.0.14) (2023-02-08) + + +### Features + +* add base of doc site ([#1](https://github.com/moh3n9595/react-beacon-hint/issues/1)) ([a96d6e0](https://github.com/moh3n9595/react-beacon-hint/commit/a96d6e0edcb491535c596727471e8d193d34a20f)) + ### [0.0.13](https://github.com/moh3n9595/react-beacon-hint/compare/v0.0.12...v0.0.13) (2023-02-05) diff --git a/package.json b/package.json index 2017e30..554c8d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-beacon-hint", - "version": "0.0.13", + "version": "0.0.14", "description": "User Onboarding Component for React with Fully Configurable Options", "main": "./lib/react-beacon-hint.umd.js", "module": "./lib/react-beacon-hint.es.js",