diff --git a/CHANGELOG.md b/CHANGELOG.md index 4770c7d..7438270 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.15](https://github.com/harrybin/react-common/compare/v0.0.14...v0.0.15) (2024-03-28) + + +### Bug Fixes + +* re-added missing typedoc ([a095252](https://github.com/harrybin/react-common/commit/a095252bc85d4fc631afbab076ab5c0c4c5dff82)) + ### [0.0.14](https://github.com/harrybin/react-common/compare/v0.0.13...v0.0.14) (2024-03-22) diff --git a/package-lock.json b/package-lock.json index 7b58b5d..d10306d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@harrybin/react-common", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@harrybin/react-common", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "dependencies": { "@storybook/test": "^8.0.4", diff --git a/package.json b/package.json index 9bcbb1e..fafc6a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@harrybin/react-common", - "version": "0.0.14", + "version": "0.0.15", "description": "A library containing useful common react components, helper functions and custom hooks.", "author": "harrybin", "license": "MIT",