Skip to content

Commit 070475b

Browse files
Release 7.4.0
[skip ci] ## [7.4.0](v7.3.1...v7.4.0) (2023-01-14) ### Features * store all latest version packages to .store/node_modules ([#443](#443)) ([71fd1e6](71fd1e6))
1 parent 71fd1e6 commit 070475b

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.4.0](https://github.com/cnpm/npminstall/compare/v7.3.1...v7.4.0) (2023-01-14)
4+
5+
6+
### Features
7+
8+
* store all latest version packages to .store/node_modules ([#443](https://github.com/cnpm/npminstall/issues/443)) ([71fd1e6](https://github.com/cnpm/npminstall/commit/71fd1e683cbee9c60c3b2c1d21c27d3365ff5573))
9+
310
## [7.3.1](https://github.com/cnpm/npminstall/compare/v7.3.0...v7.3.1) (2023-01-10)
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.3.1",
3+
"version": "7.4.0",
44
"description": "Make npm install fast and handy.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)