From 43636bd80beb326d64003df7cc482f56804e2419 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Feb 2025 14:12:55 +0000 Subject: [PATCH] Release 3.72.0 [skip ci] ## [3.72.0](https://github.com/cnpm/cnpmcore/compare/v3.71.3...v3.72.0) (2025-02-07) ### Features * **mirror:** add chromium-headless-shell ([#748](https://github.com/cnpm/cnpmcore/issues/748)) ([3a3aa81](https://github.com/cnpm/cnpmcore/commit/3a3aa818a3d5aed964a06f1624c98e0e3e90410a)), closes [#742](https://github.com/cnpm/cnpmcore/issues/742) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1fbd94..c91e1346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.72.0](https://github.com/cnpm/cnpmcore/compare/v3.71.3...v3.72.0) (2025-02-07) + + +### Features + +* **mirror:** add chromium-headless-shell ([#748](https://github.com/cnpm/cnpmcore/issues/748)) ([3a3aa81](https://github.com/cnpm/cnpmcore/commit/3a3aa818a3d5aed964a06f1624c98e0e3e90410a)), closes [#742](https://github.com/cnpm/cnpmcore/issues/742) + ## [3.71.3](https://github.com/cnpm/cnpmcore/compare/v3.71.2...v3.71.3) (2024-12-23) diff --git a/package.json b/package.json index 9187ef98..93db7963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.71.3", + "version": "3.72.0", "description": "Private NPM Registry for Enterprise", "files": [ "dist/**/*"