Skip to content

Commit e208db4

Browse files
Release 7.12.0
[skip ci] ## [7.12.0](v7.11.1...v7.12.0) (2023-12-18) ### Features * add support for process.env.npminstall_cache (cherry-pick [#471](#471)) ([#472](#472)) ([4c2cc3b](4c2cc3b))
1 parent 4c2cc3b commit e208db4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.12.0](https://github.com/cnpm/npminstall/compare/v7.11.1...v7.12.0) (2023-12-18)
4+
5+
6+
### Features
7+
8+
* add support for process.env.npminstall_cache (cherry-pick [#471](https://github.com/cnpm/npminstall/issues/471)) ([#472](https://github.com/cnpm/npminstall/issues/472)) ([4c2cc3b](https://github.com/cnpm/npminstall/commit/4c2cc3bc937bf01e39963e4f06d5b55bfd91826c))
9+
310
## [7.11.1](https://github.com/cnpm/npminstall/compare/v7.11.0...v7.11.1) (2023-09-20)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npminstall",
3-
"version": "7.11.1",
3+
"version": "7.12.0",
44
"description": "Make npm install fast and handy.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)