Skip to content

Commit 61e9ee8

Browse files
author
lixl
committed
chore: bump version
1 parent 1948c71 commit 61e9ee8

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.6 (2025-11-29)
2+
3+
- chore: update deps
4+
15
## 1.4.5 (2025-11-14)
26

37
- chore: update deps

blocklets/snap-kit/blocklet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository:
1616
type: git
1717
url: git+https://github.com/blocklet/create-blocklet.git
1818
specVersion: 1.2.8
19-
version: 1.4.5
19+
version: 1.4.6
2020
logo: logo.png
2121
files:
2222
- dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crawler",
33
"private": true,
4-
"version": "1.4.5",
4+
"version": "1.4.6",
55
"scripts": {
66
"dev": "pnpm run --filter @arcblock/crawler dev & pnpm run --filter @arcblock/crawler-middleware dev & pnpm run --filter @blocklet/snap-kit dev",
77
"build:packages": "pnpm -r build",

packages/crawler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcblock/crawler",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"main": "lib/cjs/index.js",
55
"module": "lib/esm/index.js",
66
"types": "lib/cjs/index.d.ts",

packages/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcblock/crawler-middleware",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"main": "lib/cjs/index.js",
55
"module": "lib/esm/index.js",
66
"types": "lib/cjs/index.d.ts",

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.5
1+
1.4.6

0 commit comments

Comments
 (0)