Skip to content

Commit

Permalink
Release 7.5.1
Browse files Browse the repository at this point in the history
[skip ci]

## [7.5.1](v7.5.0...v7.5.1) (2023-02-27)

### Bug Fixes

* link public hoist package to `<workspaceRoot>/node_modules` ([#450](#450)) ([ad7528f](ad7528f))
  • Loading branch information
semantic-release-bot committed Feb 27, 2023
1 parent ad7528f commit 09f256a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.5.1](https://github.com/cnpm/npminstall/compare/v7.5.0...v7.5.1) (2023-02-27)


### Bug Fixes

* link public hoist package to `<workspaceRoot>/node_modules` ([#450](https://github.com/cnpm/npminstall/issues/450)) ([ad7528f](https://github.com/cnpm/npminstall/commit/ad7528f6cab49ac21b2391e1490a54d229821fc6))

## [7.5.0](https://github.com/cnpm/npminstall/compare/v7.4.2...v7.5.0) (2023-02-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npminstall",
"version": "7.5.0",
"version": "7.5.1",
"description": "Make npm install fast and handy.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 09f256a

Please sign in to comment.