Skip to content

Commit 9cd91e8

Browse files
Release 7.6.0
[skip ci] ## [7.6.0](v7.5.2...v7.6.0) (2023-03-26) ### Features * enforce "node:" prefix on require module ([#452](#452)) ([cb7a3b7](cb7a3b7))
1 parent cb7a3b7 commit 9cd91e8

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.6.0](https://github.com/cnpm/npminstall/compare/v7.5.2...v7.6.0) (2023-03-26)
4+
5+
6+
### Features
7+
8+
* enforce "node:" prefix on require module ([#452](https://github.com/cnpm/npminstall/issues/452)) ([cb7a3b7](https://github.com/cnpm/npminstall/commit/cb7a3b75ee1a2a827cd35e10f5ba8fbd143237da))
9+
310
## [7.5.2](https://github.com/cnpm/npminstall/compare/v7.5.1...v7.5.2) (2023-03-03)
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.5.2",
3+
"version": "7.6.0",
44
"description": "Make npm install fast and handy.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)