From a3ad78135f18fc10df5047eebd72c2a0ddd345f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2024 09:48:13 +0000 Subject: [PATCH] chore(release): 1.4.10 [skip ci] ## [1.4.10](https://github.com/shaobeichen/grprogress/compare/v1.4.9...v1.4.10) (2024-11-01) ### Bug Fixes * update build scripts ([61ceec5](https://github.com/shaobeichen/grprogress/commit/61ceec58a8154038a47d37f38818e5207897a63c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763fcf8..6c619e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.10](https://github.com/shaobeichen/grprogress/compare/v1.4.9...v1.4.10) (2024-11-01) + + +### Bug Fixes + +* update build scripts ([61ceec5](https://github.com/shaobeichen/grprogress/commit/61ceec58a8154038a47d37f38818e5207897a63c)) + ## [1.4.9](https://github.com/shaobeichen/grprogress/compare/v1.4.8...v1.4.9) (2024-11-01) diff --git a/package.json b/package.json index b130973..147da97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grprogress", - "version": "1.4.9", + "version": "1.4.10", "description": "a gradient progress for nodejs by go", "private": false, "main": "./src/index.js",