Skip to content

Commit 4e8fd1b

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2024-11-05) ### Bug Fixes * update go version ([bbd8cb5](bbd8cb5))
1 parent bbd8cb5 commit 4e8fd1b

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.1](https://github.com/shaobeichen/grprogress/compare/v1.6.0...v1.6.1) (2024-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* update go version ([bbd8cb5](https://github.com/shaobeichen/grprogress/commit/bbd8cb557038333cdc82aee5c09049e452891a4e))
7+
18
# [1.6.0](https://github.com/shaobeichen/grprogress/compare/v1.5.0...v1.6.0) (2024-11-02)
29

310

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grprogress",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "a gradient progress for nodejs by go",
55
"private": false,
66
"main": "./src/index.js",
@@ -32,10 +32,10 @@
3232
"bubble"
3333
],
3434
"optionalDependencies": {
35-
"@grprogress/darwin-arm64": "1.6.0",
36-
"@grprogress/darwin-x64": "1.6.0",
37-
"@grprogress/linux-x64": "1.6.0",
38-
"@grprogress/win32-x64": "1.6.0"
35+
"@grprogress/darwin-arm64": "1.6.1",
36+
"@grprogress/darwin-x64": "1.6.1",
37+
"@grprogress/linux-x64": "1.6.1",
38+
"@grprogress/win32-x64": "1.6.1"
3939
},
4040
"devDependencies": {
4141
"@semantic-release/changelog": "^6.0.3",

0 commit comments

Comments
 (0)