We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3d601 commit 774a466Copy full SHA for 774a466
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [7.8.0](https://github.com/cnpm/npminstall/compare/v7.7.0...v7.8.0) (2023-05-02)
4
+
5
6
+### Features
7
8
+* faster semver satisfies ([#455](https://github.com/cnpm/npminstall/issues/455)) ([6f3d601](https://github.com/cnpm/npminstall/commit/6f3d6011468978566036ade98e2412f24a7e3752))
9
10
## [7.7.0](https://github.com/cnpm/npminstall/compare/v7.6.1...v7.7.0) (2023-05-02)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "npminstall",
- "version": "7.7.0",
+ "version": "7.8.0",
"description": "Make npm install fast and handy.",
"main": "lib/index.js",
"files": [
0 commit comments