From 4245be408d8af8dee5e57269fd4cf1e986fffaf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 10:59:02 +0000 Subject: [PATCH] Version Packages --- .changeset/friendly-tools-run.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/friendly-tools-run.md create mode 100644 CHANGELOG.md diff --git a/.changeset/friendly-tools-run.md b/.changeset/friendly-tools-run.md deleted file mode 100644 index ba36420..0000000 --- a/.changeset/friendly-tools-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/format": patch ---- - -Fix formatter command execution on Windows. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..98b4e80 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @changesets/format + +## 0.1.1 + +### Patch Changes + +- [#26](https://github.com/changesets/format/pull/26) [`41b4800`](https://github.com/changesets/format/commit/41b4800df66e2fade43819311bb1eaef109822eb) Thanks [@Andarist](https://github.com/Andarist)! - Fix formatter command execution on Windows. diff --git a/package.json b/package.json index f21b255..81d294c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/format", - "version": "0.1.0", + "version": "0.1.1", "description": "Detect and format files", "bugs": { "url": "https://github.com/changesets/format/issues"