Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit e2b2c9c

Browse files
chore(main): release 1.2.2
1 parent 9984a81 commit e2b2c9c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.1"
2+
".": "1.2.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# 变更日志
22

3+
## [1.2.2](https://github.com/CandriaJS/git-neko-kit/compare/v1.2.1...v1.2.2) (2025-08-01)
4+
5+
6+
### ♻️ 代码重构
7+
8+
* **git:** 优化获取远程仓库默认分支的代码 ([89e905a](https://github.com/CandriaJS/git-neko-kit/commit/89e905af8a46f1eaaf2c71c10b348655de87787c))
9+
10+
11+
### 📦️ 构建系统
12+
13+
* **linter:** 用 Biome 替代 ESLint 进行代码格式和规范检查 ([9984a81](https://github.com/CandriaJS/git-neko-kit/commit/9984a815742a93289dab7d6719d110c349b17426))
14+
315
## [1.2.1](https://github.com/CandriaJS/git-neko-kit/compare/v1.2.0...v1.2.1) (2025-07-06)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@candriajs/git-neko-kit",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Github, Gitee, GitCode API封装库",
55
"keywords": [
66
"git",

0 commit comments

Comments
 (0)