Skip to content

Commit fefa03d

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.1.1...v2.0.0) (2023-10-05) ### ⚠ BREAKING CHANGES * Drop Node.js < 16 support eggjs/egg#5257 ### Features * refactor with typescript ([#7](#7)) ([9e2a9ff](9e2a9ff))
1 parent 9e2a9ff commit fefa03d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/node-modules/node-homedir/compare/v1.1.1...v2.0.0) (2023-10-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop Node.js < 16 support
9+
10+
https://github.com/eggjs/egg/issues/5257
11+
12+
### Features
13+
14+
* refactor with typescript ([#7](https://github.com/node-modules/node-homedir/issues/7)) ([9e2a9ff](https://github.com/node-modules/node-homedir/commit/9e2a9ffcea62f38aca5d5babae476906f805e40f))
115

216
1.1.1 / 2018-07-09
317
==================
@@ -12,4 +26,3 @@
1226
1.0.0 / 2016-11-04
1327
==================
1428
* Release 1.0.0
15-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-homedir",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Get the effective user's homedir.",
55
"scripts": {
66
"test": "npm run lint -- --fix && egg-bin test",

0 commit comments

Comments
 (0)