Skip to content

Commit d290275

Browse files
Version Packages (#1047)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8966bd7 commit d290275

7 files changed

+8
-14
lines changed

.changeset/giant-mayflies-fly.md

-2
This file was deleted.

.changeset/late-gorillas-battle.md

-2
This file was deleted.

.changeset/new-sheep-relate.md

-5
This file was deleted.

.changeset/odd-eels-mix.md

-2
This file was deleted.

.changeset/ten-eggs-build.md

-2
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ancesdir
2+
3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- 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": "4.0.0",
3+
"version": "5.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)