Skip to content

Commit

Permalink
Bump version for http and rest to 0.59.1 (#4166)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Aug 13, 2024
1 parent 9e1937c commit 95e05ba
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.

This file was deleted.

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

## 0.59.1

### Bug Fixes

- [#4155](https://github.com/microsoft/typespec/pull/4155) HotFix: Uri template not correctly built when using `@autoRoute`


## 0.59.0

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/http",
"version": "0.59.0",
"version": "0.59.1",
"author": "Microsoft Corporation",
"description": "TypeSpec HTTP protocol binding",
"homepage": "https://github.com/microsoft/typespec",
Expand Down
7 changes: 7 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @typespec/rest

## 0.59.1

### Bug Fixes

- [#4155](https://github.com/microsoft/typespec/pull/4155) HotFix: Uri template not correctly built when using `@autoRoute`


## 0.59.0

### Bump dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/rest",
"version": "0.59.0",
"version": "0.59.1",
"author": "Microsoft Corporation",
"description": "TypeSpec REST protocol binding",
"homepage": "https://typespec.io",
Expand Down

0 comments on commit 95e05ba

Please sign in to comment.