Skip to content

Commit 8854f24

Browse files
Release 7.3.1
[skip ci] ## [7.3.1](v7.3.0...v7.3.1) (2023-01-10) ### Bug Fixes * add NODE_PATH on shim bin ([#440](#440)) ([93309ef](93309ef))
1 parent 93309ef commit 8854f24

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.3.1](https://github.com/cnpm/npminstall/compare/v7.3.0...v7.3.1) (2023-01-10)
4+
5+
6+
### Bug Fixes
7+
8+
* add NODE_PATH on shim bin ([#440](https://github.com/cnpm/npminstall/issues/440)) ([93309ef](https://github.com/cnpm/npminstall/commit/93309ef178edb67f4ee2677359885a0e1fc726ba))
9+
310
## [7.3.0](https://github.com/cnpm/npminstall/compare/v7.2.2...v7.3.0) (2023-01-08)
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.3.0",
3+
"version": "7.3.1",
44
"description": "Make npm install fast and handy.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)