From 3d6e6b7b47b2b507eb9759556a1bcee4101a5fca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Dec 2023 09:17:38 +0000 Subject: [PATCH] Release 6.8.0 [skip ci] ## [6.8.0](https://github.com/cnpm/npminstall/compare/v6.7.1...v6.8.0) (2023-12-18) ### Features * add support for process.env.npminstall_cache ([#471](https://github.com/cnpm/npminstall/issues/471)) ([bd2cd34](https://github.com/cnpm/npminstall/commit/bd2cd348723b2fa91e406f9e8cad2fb14e186834)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5babbb43..47a0be7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.8.0](https://github.com/cnpm/npminstall/compare/v6.7.1...v6.8.0) (2023-12-18) + + +### Features + +* add support for process.env.npminstall_cache ([#471](https://github.com/cnpm/npminstall/issues/471)) ([bd2cd34](https://github.com/cnpm/npminstall/commit/bd2cd348723b2fa91e406f9e8cad2fb14e186834)) + ## [6.7.0](https://github.com/cnpm/npminstall/compare/v6.6.2...v6.7.0) (2023-09-15) diff --git a/package.json b/package.json index fe420f34..eadf877f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npminstall", - "version": "6.7.0", + "version": "6.8.0", "description": "Make npm install fast and handy.", "main": "lib/index.js", "files": [