Skip to content

Commit 49f0868

Browse files
chore(release): 1.4.13 [skip ci]
## [1.4.13](v1.4.12...v1.4.13) (2024-11-02) ### Bug Fixes * handle optionalDependencies package name error ([7fb36dc](7fb36dc))
1 parent 7fb36dc commit 49f0868

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.13](https://github.com/shaobeichen/grprogress/compare/v1.4.12...v1.4.13) (2024-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* handle optionalDependencies package name error ([7fb36dc](https://github.com/shaobeichen/grprogress/commit/7fb36dcb3dc55ae525a1bdf640ea424d2be0a54f))
7+
18
## [1.4.12](https://github.com/shaobeichen/grprogress/compare/v1.4.11...v1.4.12) (2024-11-01)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grprogress",
3-
"version": "1.4.12",
3+
"version": "1.4.13",
44
"description": "a gradient progress for nodejs by go",
55
"private": false,
66
"main": "./src/index.js",
@@ -47,4 +47,4 @@
4747
"@semantic-release/release-notes-generator": "^14.0.1",
4848
"semantic-release": "^24.1.1"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)