diff --git a/CHANGELOG.md b/CHANGELOG.md index d091882..20cbad1 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.2](https://github.com/StreakingMan/react-simple-mind/compare/v0.0.1...v0.0.2) (2022-04-22) + ### 0.0.1 (2022-04-22) diff --git a/package.json b/package.json index 843f5f8..de7d271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simple-mind", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "dev": "vite", "build": "tsc && vite build",