From 0a0c4e72ae0e5104759e04e71070dc11535ce987 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Sep 2024 15:49:18 +0000 Subject: [PATCH] Release 3.62.0 [skip ci] ## [3.62.0](https://github.com/cnpm/cnpmcore/compare/v3.61.6...v3.62.0) (2024-09-22) ### Features * set allowH2 to true and require Node.js >= 18 ([#705](https://github.com/cnpm/cnpmcore/issues/705)) ([9a79940](https://github.com/cnpm/cnpmcore/commit/9a7994090b18df0847eb7552ceff273eab80dea9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1476de7..1d1ddc23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.62.0](https://github.com/cnpm/cnpmcore/compare/v3.61.6...v3.62.0) (2024-09-22) + + +### Features + +* set allowH2 to true and require Node.js >= 18 ([#705](https://github.com/cnpm/cnpmcore/issues/705)) ([9a79940](https://github.com/cnpm/cnpmcore/commit/9a7994090b18df0847eb7552ceff273eab80dea9)) + ## [3.61.6](https://github.com/cnpm/cnpmcore/compare/v3.61.5...v3.61.6) (2024-07-11) diff --git a/package.json b/package.json index 10e0f3cf..b2f39a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.61.6", + "version": "3.62.0", "description": "npm core", "files": [ "dist/**/*"