Skip to content

Commit a1377bc

Browse files
Release 7.11.0
[skip ci] ## [7.11.0](v7.10.0...v7.11.0) (2023-09-14) ### Features * add npm package-lock.json support ([#462](#462)) ([76f4130](76f4130))
1 parent 76f4130 commit a1377bc

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+
## [7.11.0](https://github.com/cnpm/npminstall/compare/v7.10.0...v7.11.0) (2023-09-14)
4+
5+
6+
### Features
7+
8+
* add npm package-lock.json support ([#462](https://github.com/cnpm/npminstall/issues/462)) ([76f4130](https://github.com/cnpm/npminstall/commit/76f4130dd41dd98df5d0e45c859ca9899e37e67a))
9+
310
## [7.10.0](https://github.com/cnpm/npminstall/compare/v7.9.0...v7.10.0) (2023-08-30)
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.10.0",
3+
"version": "7.11.0",
44
"description": "Make npm install fast and handy.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)