Skip to content

Commit 2e18b0b

Browse files
Version Packages (#1466)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 292f20f commit 2e18b0b

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

.changeset/fast-otters-applaud.md

-9
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ancesdir
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- fcc3a96: BREAKING CHANGE:
8+
9+
- Drop support for Node 16 and Node 18. Node 20 is now the minimum required version.
10+
11+
HOUSEKEEPING:
12+
13+
- Updated various development dependencies like eslint, prettier, typescript, babel, etc.
14+
315
## 5.0.1
416

517
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ancesdir",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "Find a specific ancestor/root directory given a starting location and a search parameter",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)