Skip to content
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
7 changes: 7 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## 1.2.1 (2025-11-05)

### 🔧 Others

* **chore(deps):** update dependencies in package.json and pnpm-lock.yaml @oljc ([89b7a05](https://github.com/oljc/checkis/commit/89b7a050e9138171f88dcb6fd36f6520d671e1ed))


## 1.2.0 (2025-10-30)

### ✨ Features
Expand Down
7 changes: 7 additions & 0 deletions core/CHANGELOG.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## 1.2.1 (2025-11-05)

### 🔧 其他

* **chore(deps):** 更新 package.json 和 pnpm-lock.yaml 中的依赖 @oljc ([89b7a05](https://github.com/oljc/checkis/commit/89b7a050e9138171f88dcb6fd36f6520d671e1ed))


## 1.2.0 (2025-10-30)

### ✨ 新功能
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkis",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"license": "MIT",
"type": "module",
Expand Down