diff --git a/CHANGELOG.md b/CHANGELOG.md index f278e352..9791e320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.11.0](https://github.com/cnpm/npminstall/compare/v7.10.0...v7.11.0) (2023-09-14) + + +### Features + +* add npm package-lock.json support ([#462](https://github.com/cnpm/npminstall/issues/462)) ([76f4130](https://github.com/cnpm/npminstall/commit/76f4130dd41dd98df5d0e45c859ca9899e37e67a)) + ## [7.10.0](https://github.com/cnpm/npminstall/compare/v7.9.0...v7.10.0) (2023-08-30) diff --git a/package.json b/package.json index 8798f7ae..18f52d16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npminstall", - "version": "7.10.0", + "version": "7.11.0", "description": "Make npm install fast and handy.", "main": "lib/index.js", "files": [