Skip to content

Commit

Permalink
🐳 chore(vercel-deploy-tool,utils): 发包
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Nov 29, 2024
1 parent d0f1b0a commit dd629fc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ruan-cat/utils 更新日志

## 1.3.0

### Minor Changes

- 提供异步任务的工具函数。

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ruan-cat/utils",
"version": "1.2.0",
"version": "1.3.0",
"description": "阮喵喵工具集合。一个纯typescript库。",
"type": "module",
"main": "./src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/vercel-deploy-tool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ruan-cat/vercel-deploy-tool

## 0.3.1

### Patch Changes

- Updated dependencies
- @ruan-cat/utils@1.3.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel-deploy-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ruan-cat/vercel-deploy-tool",
"version": "0.3.0",
"version": "0.3.1",
"description": "阮喵喵自用的vercel部署工具,用于实现复杂项目的部署。",
"type": "module",
"main": "./src/index.ts",
Expand Down

0 comments on commit dd629fc

Please sign in to comment.