Skip to content

Commit 3d6e6b7

Browse files
Release 6.8.0
[skip ci] ## [6.8.0](v6.7.1...v6.8.0) (2023-12-18) ### Features * add support for process.env.npminstall_cache ([#471](#471)) ([bd2cd34](bd2cd34))
1 parent bd2cd34 commit 3d6e6b7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [6.8.0](https://github.com/cnpm/npminstall/compare/v6.7.1...v6.8.0) (2023-12-18)
4+
5+
6+
### Features
7+
8+
* add support for process.env.npminstall_cache ([#471](https://github.com/cnpm/npminstall/issues/471)) ([bd2cd34](https://github.com/cnpm/npminstall/commit/bd2cd348723b2fa91e406f9e8cad2fb14e186834))
9+
310
## [6.7.0](https://github.com/cnpm/npminstall/compare/v6.6.2...v6.7.0) (2023-09-15)
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": "6.7.0",
3+
"version": "6.8.0",
44
"description": "Make npm install fast and handy.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)