Skip to content

Commit

Permalink
Release 6.8.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Dec 18, 2023
1 parent bd2cd34 commit 3d6e6b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 3d6e6b7

Please sign in to comment.