diff --git a/CHANGELOG.md b/CHANGELOG.md index 96243b0b..6f95f424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.53.3](https://github.com/cnpm/cnpmcore/compare/v3.53.2...v3.53.3) (2024-02-23) + + +### Bug Fixes + +* dont set empty string authorization header ([#654](https://github.com/cnpm/cnpmcore/issues/654)) ([64bb78c](https://github.com/cnpm/cnpmcore/commit/64bb78cf8a2c766b35a7072d033430d2ef38d492)) + ## [3.53.2](https://github.com/cnpm/cnpmcore/compare/v3.53.1...v3.53.2) (2024-02-23) diff --git a/package.json b/package.json index 2dab7337..01aaf0bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.53.2", + "version": "3.53.3", "description": "npm core", "files": [ "dist/**/*"