From a2f04171273ca44a4ed0b935fc299b724bfde25d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 06:52:33 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6031d4b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 1.0.0 (2024-06-29) + + +### Features + +* 新增类型文件 ([161d037](https://github.com/KarinJS/node-kritor/commit/161d0379dbfca5b79053b3464078ea54b9e4ee9e)) + + +### Bug Fixes + +* build ([5b017d0](https://github.com/KarinJS/node-kritor/commit/5b017d07c41383907e4a56369a3b3394e523af8d)) +* build error ([d0b53dc](https://github.com/KarinJS/node-kritor/commit/d0b53dc13b6eda20a7d95d114f1530a568f1bba1)) +* build error ([62c1670](https://github.com/KarinJS/node-kritor/commit/62c167046ecf9408730ad51538d9a75279dfbaa6)) +* linux path error ([1e68df3](https://github.com/KarinJS/node-kritor/commit/1e68df332c8220d2340677528c36d74a9321fbb5)) +* push ([b73f52b](https://github.com/KarinJS/node-kritor/commit/b73f52b8c762e8c007171b770f1553932d00ea80)) +* submodules ([10066f4](https://github.com/KarinJS/node-kritor/commit/10066f49ee6397c83ced6d3826ea6c2a8bce54f2)) +* 啊啊啊 搞什么啊 ([e074616](https://github.com/KarinJS/node-kritor/commit/e074616838a8342837af77b4549dc5e40c04dcd3)) +* 更新脚本 使用发行版 ([ae25218](https://github.com/KarinJS/node-kritor/commit/ae25218fa0d88543ba90ff6cdd320c904fc1e0d7)) +* 脚本顺序 ([b912b7e](https://github.com/KarinJS/node-kritor/commit/b912b7e8a9ac6efc121ce0ede5a8a10de203a5d8)) diff --git a/package.json b/package.json index e7d827e..08c7dcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kritor-proto", - "version": "0.0.6", + "version": "1.0.0", "type": "module", "main": "index.js", "author": "CalmLexi",