Skip to content

Commit 2d9153d

Browse files
Version Packages (#1801)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2bc12d6 commit 2d9153d

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

.changeset/empty-memes-open.md

-2
This file was deleted.

.changeset/quick-turkeys-hang.md

-5
This file was deleted.

.changeset/soft-planes-lead.md

-5
This file was deleted.

CHANGELOG.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,35 @@
11
# ancesdir
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- 6c72352: Now throws more detailed errors
8+
9+
### Patch Changes
10+
11+
- 66de34b: Move to pnpm and update dev dependencies to latest
12+
313
## 6.0.0
414

515
### Major Changes
616

7-
- fcc3a96: BREAKING CHANGE:
17+
- fcc3a96: BREAKING CHANGE:
818

9-
- Drop support for Node 16 and Node 18. Node 20 is now the minimum required version.
19+
- Drop support for Node 16 and Node 18. Node 20 is now the minimum required version.
1020

1121
HOUSEKEEPING:
1222

13-
- Updated various development dependencies like eslint, prettier, typescript, babel, etc.
23+
- Updated various development dependencies like eslint, prettier, typescript, babel, etc.
1424

1525
## 5.0.1
1626

1727
### Patch Changes
1828

19-
- 9254ed5: Update dependencies
29+
- 9254ed5: Update dependencies
2030

2131
## 5.0.0
2232

2333
### Major Changes
2434

25-
- e0d7909: Migrated to TypeScript and added new release process. Although this is functionally equivalent, the change from flow types to TypeScript could be a breaking change for folks development workflows, so this is a major release.
35+
- e0d7909: Migrated to TypeScript and added new release process. Although this is functionally equivalent, the change from flow types to TypeScript could be a breaking change for folks development workflows, so this is a major release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ancesdir",
3-
"version": "6.0.0",
3+
"version": "7.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)