Skip to content

Commit

Permalink
Bump version for compiler hotfix release 0.58.1 (#3876)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Jul 17, 2024
1 parent 8cd4ed0 commit 66e89be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .chronus/changes/fix-examples-issues-2024-6-17-15-39-58.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @typespec/compiler

## 0.58.1

### Bug Fixes

- [#3875](https://github.com/microsoft/typespec/pull/3875) Fix issues with examples not working with `Array`, `Record`, `Union` and `unknown` types


## 0.58.0

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/compiler",
"version": "0.58.0",
"version": "0.58.1",
"description": "TypeSpec Compiler Preview",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/compiler/templates/scaffolding.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"title": "Empty project",
"description": "Create an empty project.",
"libraries": [],
"compilerVersion": "0.58.0"
"compilerVersion": "0.58.1"
},
"rest": {
"title": "Generic REST API",
"description": "Create a project representing a generic REST API",
"compilerVersion": "0.58.0",
"compilerVersion": "0.58.1",
"libraries": [
"@typespec/http",
"@typespec/rest",
Expand All @@ -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.58.0",
"compilerVersion": "0.58.1",
"libraries": [],
"files": [
{
Expand Down Expand Up @@ -99,7 +99,7 @@
"emitter-ts": {
"title": "TypeSpec Emitter (With TypeScript)",
"description": "Create a new package that will be emitting typespec",
"compilerVersion": "0.58.0",
"compilerVersion": "0.58.1",
"libraries": [],
"files": [
{
Expand Down

0 comments on commit 66e89be

Please sign in to comment.