This commit is contained in:
Timothee Guerin 2024-08-13 11:18:06 -07:00 коммит произвёл GitHub
Родитель d698b5156f
Коммит fa7c9240ec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 8 добавлений и 9 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@typespec/compiler",
"version": "0.59.0",
"version": "0.59.1",
"description": "TypeSpec Compiler Preview",
"author": "Microsoft Corporation",
"license": "MIT",