Skip to content

Commit cc273ae

Browse files
committed
chore(release): 4.0.0
1 parent 994bcdb commit cc273ae

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [4.0.0](https://github.com/nicojs/node-install-local/compare/v3.0.1...v4.0.0) (2025-10-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **node:** Please use node 20 or higher
11+
* **node:** This package is now a pure ECMAScript Module (esm).
12+
13+
### Features
14+
15+
* **node:** update min node version to 20 ([#54](https://github.com/nicojs/node-install-local/issues/54)) ([713669e](https://github.com/nicojs/node-install-local/commit/713669e6045bdf9c434cfe88d66c0a6326c30b0e))
16+
* **pnpm:** support `pnpm` to install dependencies ([#53](https://github.com/nicojs/node-install-local/issues/53)) ([da1782e](https://github.com/nicojs/node-install-local/commit/da1782ee08a9d21d896447d9f8103e6003d297f4))
17+
18+
19+
### Bug Fixes
20+
21+
* **update:** update install-local ([#51](https://github.com/nicojs/node-install-local/issues/51)) ([8cc54d3](https://github.com/nicojs/node-install-local/commit/8cc54d374d8ed7e53459eaa767547506af91283e))
22+
123
## [3.0.1](https://github.com/nicojs/node-install-local/compare/v3.0.0...v3.0.1) (2020-10-16)
224

325
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "install-local",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "A small module for installing local packages. Works for both npm >= 5 and older versions.",
55
"main": "dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)