Skip to content

Commit

Permalink
Bump versions (#5043)
Browse files Browse the repository at this point in the history
Co-authored-by: Microsoft Auto Changeset Bot <[email protected]>
  • Loading branch information
pshao25 and Microsoft Auto Changeset Bot authored Dec 2, 2024
1 parent 6ee2937 commit 739d73f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 deletions.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/extensions/openapi-to-typespec/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@autorest/openapi-to-typespec",
"entries": [
{
"version": "0.10.4",
"tag": "@autorest/openapi-to-typespec_v0.10.4",
"date": "Fri, 29 Nov 2024 09:20:01 GMT",
"comments": {
"patch": [
{
"comment": "Change @body to @bodyRoot"
},
{
"comment": "Upgrade tsp compiler to 0.62"
}
]
}
},
{
"version": "0.10.3",
"tag": "@autorest/openapi-to-typespec_v0.10.3",
Expand Down
10 changes: 9 additions & 1 deletion packages/extensions/openapi-to-typespec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @autorest/openapi-to-typespec

This log was last generated on Thu, 24 Oct 2024 11:53:16 GMT and should not be manually modified.
This log was last generated on Fri, 29 Nov 2024 09:20:01 GMT and should not be manually modified.

## 0.10.4
Fri, 29 Nov 2024 09:20:01 GMT

### Patches

- Change @body to @bodyRoot
- Upgrade tsp compiler to 0.62

## 0.10.3
Thu, 24 Oct 2024 11:53:16 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/openapi-to-typespec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/openapi-to-typespec",
"version": "0.10.3",
"version": "0.10.4",
"description": "Autorest plugin to scaffold a Typespec definition from an OpenAPI document",
"main": "dist/main.js",
"typings": "dist/main.d.ts",
Expand Down

0 comments on commit 739d73f

Please sign in to comment.