diff --git a/.chronus/changes/fix-revert-unix-path-warning-2024-7-13-17-50-15.md b/.chronus/changes/fix-revert-unix-path-warning-2024-7-13-17-50-15.md deleted file mode 100644 index 5837e2aff6..0000000000 --- a/.chronus/changes/fix-revert-unix-path-warning-2024-7-13-17-50-15.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking -changeKind: fix -packages: - - "@typespec/compiler" ---- - -Fix: Revert `unix-style` warning that was preventing windows path via the CLI as well diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index c42181e827..72fdadeae9 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @typespec/compiler +## 0.59.1 + +### Bug Fixes + +- [#4173](https://github.com/microsoft/typespec/pull/4173) Fix: Revert `unix-style` warning that was preventing windows path via the CLI as well + + ## 0.59.0 ### Bug Fixes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 1ee216e4ba..db6795cc42 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@typespec/compiler", - "version": "0.59.0", + "version": "0.59.1", "description": "TypeSpec Compiler Preview", "author": "Microsoft Corporation", "license": "MIT",