From 49b794659fea451bbfd04c47cdf04102ff707745 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 May 2023 08:24:09 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 1.0.0 (2023-05-30) ### Features * 添加文档框架 ([1e64c6b](https://github.com/NI-Web-Infra-Team/common-util/commit/1e64c6b89b9e63c528086d4a88427a515f63d97e)) * 添加文档框架 ([da23561](https://github.com/NI-Web-Infra-Team/common-util/commit/da23561d0d15c4a86b48cf52e795476e6c49a2ad)) * 清除历史日志,项目迁移 ([5ec0f43](https://github.com/NI-Web-Infra-Team/common-util/commit/5ec0f435f781a51e9014640907bb8fe80a70d1ec)) * 计算文字宽度 ([03fb18c](https://github.com/NI-Web-Infra-Team/common-util/commit/03fb18c06c0b1f73981f6d69df718d55b06a5d92)), closes [#15](https://github.com/NI-Web-Infra-Team/common-util/issues/15) * 重置版本号 ([55def4a](https://github.com/NI-Web-Infra-Team/common-util/commit/55def4acc2d3cf528f8103b08a7970e6213504ae)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed941d..08b2a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.0.0 (2023-05-30) + + +### Features + +* 添加文档框架 ([1e64c6b](https://github.com/NI-Web-Infra-Team/common-util/commit/1e64c6b89b9e63c528086d4a88427a515f63d97e)) +* 添加文档框架 ([da23561](https://github.com/NI-Web-Infra-Team/common-util/commit/da23561d0d15c4a86b48cf52e795476e6c49a2ad)) +* 清除历史日志,项目迁移 ([5ec0f43](https://github.com/NI-Web-Infra-Team/common-util/commit/5ec0f435f781a51e9014640907bb8fe80a70d1ec)) +* 计算文字宽度 ([03fb18c](https://github.com/NI-Web-Infra-Team/common-util/commit/03fb18c06c0b1f73981f6d69df718d55b06a5d92)), closes [#15](https://github.com/NI-Web-Infra-Team/common-util/issues/15) +* 重置版本号 ([55def4a](https://github.com/NI-Web-Infra-Team/common-util/commit/55def4acc2d3cf528f8103b08a7970e6213504ae)) + # 1.0.0-beta.1 (2023-05-30) diff --git a/package.json b/package.json index bb7f808..8af9637 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ni-web-infra/common-util", - "version": "1.0.0-beta.1", + "version": "1.0.0", "description": "NI util function library", "packageManager": "yarn@1.22.19", "main": "dist/index.js",