Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2024-11-02)

### Features

* update optionalDependencies package ([5fee78a](5fee78a))
  • Loading branch information
semantic-release-bot committed Nov 2, 2024
1 parent 5fee78a commit 48e51f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 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.0](https://github.com/shaobeichen/grprogress/compare/v1.5.0...v1.6.0) (2024-11-02)


### Features

* update optionalDependencies package ([5fee78a](https://github.com/shaobeichen/grprogress/commit/5fee78af9526f65c1583c2ff06ecad61a0173f48))

# [1.5.0](https://github.com/shaobeichen/grprogress/compare/v1.4.13...v1.5.0) (2024-11-02)


Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grprogress",
"version": "1.5.0",
"version": "1.6.0",
"description": "a gradient progress for nodejs by go",
"private": false,
"main": "./src/index.js",
Expand Down Expand Up @@ -31,7 +31,12 @@
"bubbletea",
"bubble"
],
"optionalDependencies": {},
"optionalDependencies": {
"@grprogress/darwin-arm64": "1.6.0",
"@grprogress/darwin-x64": "1.6.0",
"@grprogress/linux-x64": "1.6.0",
"@grprogress/win32-x64": "1.6.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
Expand Down

0 comments on commit 48e51f4

Please sign in to comment.