Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.2.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 变更日志

## [1.2.2](https://github.com/CandriaJS/git-neko-kit/compare/v1.2.1...v1.2.2) (2025-08-01)


### ♻️ 代码重构

* **git:** 优化获取远程仓库默认分支的代码 ([89e905a](https://github.com/CandriaJS/git-neko-kit/commit/89e905af8a46f1eaaf2c71c10b348655de87787c))


### 📦️ 构建系统

* **linter:** 用 Biome 替代 ESLint 进行代码格式和规范检查 ([68e1dc1](https://github.com/CandriaJS/git-neko-kit/commit/68e1dc12fd1bcb6fcbe1a2aa6869f49f3640b1b1))

## [1.2.1](https://github.com/CandriaJS/git-neko-kit/compare/v1.2.0...v1.2.1) (2025-07-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@candriajs/git-neko-kit",
"version": "1.2.1",
"version": "1.2.2",
"description": "Github, Gitee, GitCode API封装库",
"keywords": [
"git",
Expand Down