Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobeichen committed Nov 6, 2024
2 parents 243d9fc + ff6b20a commit a7a9dc5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.2](https://github.com/shaobeichen/grprogress/compare/v1.6.1...v1.6.2) (2024-11-06)


### Bug Fixes

* update doc content ([6010b82](https://github.com/shaobeichen/grprogress/commit/6010b823389e3e12e1996d17a23d729736260a5d))

## [1.6.1](https://github.com/shaobeichen/grprogress/compare/v1.6.0...v1.6.1) (2024-11-05)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grprogress",
"version": "1.6.1",
"version": "1.6.2",
"description": "a gradient progress for nodejs by go",
"private": false,
"main": "./src/index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"bubble"
],
"optionalDependencies": {
"@grprogress/darwin-arm64": "1.6.1",
"@grprogress/darwin-x64": "1.6.1",
"@grprogress/linux-x64": "1.6.1",
"@grprogress/win32-x64": "1.6.1"
"@grprogress/darwin-arm64": "1.6.2",
"@grprogress/darwin-x64": "1.6.2",
"@grprogress/linux-x64": "1.6.2",
"@grprogress/win32-x64": "1.6.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -50,4 +50,4 @@
"@semantic-release/release-notes-generator": "^14.0.1",
"semantic-release": "^24.1.1"
}
}
}

0 comments on commit a7a9dc5

Please sign in to comment.