From b9dd55790263d0f5cb09ee80e1ff9601126c5bc0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Jul 2023 07:26:43 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.1.0](https://github.com/NI-Web-Infra-Team/common-utils/compare/v1.0.0...v1.1.0) (2023-07-19) ### Features * 修改 keywords ([11c4e02](https://github.com/NI-Web-Infra-Team/common-utils/commit/11c4e025468636f1649788f4c4d1c4cc29823a59)) * 添加文档搜索功能 ([#24](https://github.com/NI-Web-Infra-Team/common-utils/issues/24)) ([9248fb6](https://github.com/NI-Web-Infra-Team/common-utils/commit/9248fb662831c73ff6f5dc29bc633b3cfac84baf)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b0343..a391429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.1.0](https://github.com/NI-Web-Infra-Team/common-utils/compare/v1.0.0...v1.1.0) (2023-07-19) + + +### Features + +* 修改 keywords ([11c4e02](https://github.com/NI-Web-Infra-Team/common-utils/commit/11c4e025468636f1649788f4c4d1c4cc29823a59)) +* 添加文档搜索功能 ([#24](https://github.com/NI-Web-Infra-Team/common-utils/issues/24)) ([9248fb6](https://github.com/NI-Web-Infra-Team/common-utils/commit/9248fb662831c73ff6f5dc29bc633b3cfac84baf)) + # [1.1.0-beta.1](https://github.com/NI-Web-Infra-Team/common-utils/compare/v1.0.0...v1.1.0-beta.1) (2023-06-14) ### Features diff --git a/package.json b/package.json index 349dfc9..5e36ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ni-web-infra/common-utils", - "version": "1.1.0-beta.1", + "version": "1.1.0", "description": "NI util function library", "packageManager": "pnpm@8.6.0", "main": "dist/index.js",