From b4452c577c0dd1526886e993e2a54e96aed5bbae Mon Sep 17 00:00:00 2001 From: Potter Date: Mon, 9 Sep 2024 11:42:27 +0800 Subject: [PATCH] chore(release): v0.0.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6daa9..6d7c90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.0.2 + +[compare changes](https://github.com/yxw007/translate/compare/v0.0.1...v0.0.2) + +### 🩹 Fixes + +- **docs:** The document is not updated synchronously ([b0db931](https://github.com/yxw007/translate/commit/b0db931)) + +### ❤️ Contributors + +- Potter ([@yxw007](http://github.com/yxw007)) + ## v0.0.1 [compare changes](https://github.com/yxw007/translate/compare/v0.0.1-alpha.3...v0.0.1) diff --git a/package.json b/package.json index 95a8376..4f2644c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yxw007/translate", - "version": "0.0.1", + "version": "0.0.2", "description": "A simple library that supports multiple translation engines", "author": "Potter", "homepage": "https://github.com/yxw007/translate",