Release for #4408

Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>
This commit is contained in:
Christopher Radek 2024-09-11 16:37:21 -07:00 коммит произвёл GitHub
Родитель 32a118dbf6
Коммит e62e58a62e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 8 добавлений и 8 удалений

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

@ -1,7 +0,0 @@
---
changeKind: fix
packages:
- "@typespec/versioning"
---
Fixes versioning when using versioned named union variants

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

@ -1,5 +1,12 @@
# Change Log - @typespec/versioning
## 0.60.1
### Bug Fixes
- [#4408](https://github.com/microsoft/typespec/pull/4408) Fixes versioning when using versioned named union variants
## 0.60.0
### Bug Fixes

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

@ -1,6 +1,6 @@
{
"name": "@typespec/versioning",
"version": "0.60.0",
"version": "0.60.1",
"author": "Microsoft Corporation",
"description": "TypeSpec library for declaring and emitting versioned APIs",
"homepage": "https://typespec.io",