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"