Skip to content

Commit 175405a

Browse files
Version Packages (#2257)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02470da commit 175405a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changeset/yummy-showers-end.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# checksync
22

3+
## 10.0.2
4+
5+
### Patch Changes
6+
7+
- 02470da: Update to use latest ancesdir and the `closesdir` function
8+
39
## 10.0.1
410

511
### Patch Changes
@@ -83,7 +89,6 @@
8389
### Major Changes
8490

8591
- 3b4b35d: - Node 20 or higher required. Support for Node 16 and Node 18 is deprecated.
86-
8792
- Eslint updated to version 9. For maintainers of this repo, this means some rules aren't working properly as they don't yet support the new flat configuration format of Eslint 9. See the configuration file for details.
8893
- Babel, jest, typescript, and various other dependencies have been updated to their latest versions.
8994
- Security vulnerabilities have been addressed with resolutions (https://github.com/somewhatabstract/checksync/security/dependabot/17, https://github.com/somewhatabstract/checksync/security/dependabot/18)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checksync",
3-
"version": "10.0.1",
3+
"version": "10.0.2",
44
"description": "A tool that allows code to be annotated across different files to ensure they remain in sync.",
55
"main": "dist/main.js",
66
"types": "dist/main.d.ts",

0 commit comments

Comments
 (0)