Bump compiler version for 0.60.1 hotfix (#4421)
This commit is contained in:
Родитель
af9a2eb36a
Коммит
4a8556c6c2
|
@ -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": [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче