Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Oct 5, 2023
1 parent 9e2a9ff commit fefa03d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Changelog

## [2.0.0](https://github.com/node-modules/node-homedir/compare/v1.1.1...v2.0.0) (2023-10-05)


### ⚠ BREAKING CHANGES

* Drop Node.js < 16 support

https://github.com/eggjs/egg/issues/5257

### Features

* refactor with typescript ([#7](https://github.com/node-modules/node-homedir/issues/7)) ([9e2a9ff](https://github.com/node-modules/node-homedir/commit/9e2a9ffcea62f38aca5d5babae476906f805e40f))

1.1.1 / 2018-07-09
==================
Expand All @@ -12,4 +26,3 @@
1.0.0 / 2016-11-04
==================
* Release 1.0.0

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-homedir",
"version": "1.1.1",
"version": "2.0.0",
"description": "Get the effective user's homedir.",
"scripts": {
"test": "npm run lint -- --fix && egg-bin test",
Expand Down

0 comments on commit fefa03d

Please sign in to comment.