Bump compiler version for 0.60.1 hotfix (#4421)

This commit is contained in:
Timothee Guerin 2024-09-12 14:32:06 -07:00 коммит произвёл GitHub
Родитель af9a2eb36a
Коммит 4a8556c6c2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 12 добавлений и 13 удалений

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

@ -1,8 +0,0 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: fix
packages:
- "@typespec/compiler"
---
Fix: Numeric values defined with e-notation incorrectly resolved

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

@ -1,5 +1,12 @@
# Change Log - @typespec/compiler
## 0.60.1
### Bug Fixes
- [#4420](https://github.com/microsoft/typespec/pull/4420) Fix: Numeric values defined with e-notation incorrectly resolved
## 0.60.0
### Bug Fixes

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

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

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

@ -3,12 +3,12 @@
"title": "Empty project",
"description": "Create an empty project.",
"libraries": [],
"compilerVersion": "0.60.0"
"compilerVersion": "0.60.1"
},
"rest": {
"title": "Generic REST API",
"description": "Create a project representing a generic REST API",
"compilerVersion": "0.60.0",
"compilerVersion": "0.60.1",
"libraries": [
"@typespec/http",
"@typespec/rest",
@ -23,7 +23,7 @@
"library-ts": {
"title": "TypeSpec Library (With TypeScript)",
"description": "Create a new package to add decorators or linters to typespec.",
"compilerVersion": "0.60.0",
"compilerVersion": "0.60.1",
"libraries": [],
"files": [
{
@ -99,7 +99,7 @@
"emitter-ts": {
"title": "TypeSpec Emitter (With TypeScript)",
"description": "Create a new package that will be emitting typespec",
"compilerVersion": "0.60.0",
"compilerVersion": "0.60.1",
"libraries": [],
"files": [
{