Skip to content

Commit 774a466

Browse files
Release 7.8.0
[skip ci] ## [7.8.0](v7.7.0...v7.8.0) (2023-05-02) ### Features * faster semver satisfies ([#455](#455)) ([6f3d601](6f3d601))
1 parent 6f3d601 commit 774a466

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.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+
310
## [7.7.0](https://github.com/cnpm/npminstall/compare/v7.6.1...v7.7.0) (2023-05-02)
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.7.0",
3+
"version": "7.8.0",
44
"description": "Make npm install fast and handy.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)