From cdca770a0be656d12ff3beda4dd772ba959e1e82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 02:30:02 +0000 Subject: [PATCH] Release 3.56.1 [skip ci] ## [3.56.1](https://github.com/cnpm/cnpmcore/compare/v3.56.0...v3.56.1) (2024-05-14) ### Bug Fixes * only set err.status on statusCode >= 200 ([#677](https://github.com/cnpm/cnpmcore/issues/677)) ([668eed2](https://github.com/cnpm/cnpmcore/commit/668eed2d50aa061343aa2b3fbd7ad3b46d574d0c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b981118d..cfbff147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.56.1](https://github.com/cnpm/cnpmcore/compare/v3.56.0...v3.56.1) (2024-05-14) + + +### Bug Fixes + +* only set err.status on statusCode >= 200 ([#677](https://github.com/cnpm/cnpmcore/issues/677)) ([668eed2](https://github.com/cnpm/cnpmcore/commit/668eed2d50aa061343aa2b3fbd7ad3b46d574d0c)) + ## [3.56.0](https://github.com/cnpm/cnpmcore/compare/v3.55.1...v3.56.0) (2024-05-11) diff --git a/package.json b/package.json index e6778df8..4529d842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.56.0", + "version": "3.56.1", "description": "npm core", "files": [ "dist/**/*"