Skip to content

Commit

Permalink
Bump versions (#5000)
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 Aug 13, 2024
1 parent 812da78 commit c77664b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 22 deletions.

This file was deleted.

This file was deleted.

17 changes: 17 additions & 0 deletions packages/extensions/openapi-to-typespec/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@autorest/openapi-to-typespec",
"entries": [
{
"version": "0.9.0",
"tag": "@autorest/openapi-to-typespec_v0.9.0",
"date": "Mon, 12 Aug 2024 04:49:28 GMT",
"comments": {
"minor": [
{
"comment": "Support char type from swagger and Automatically detect ARM specs"
}
],
"patch": [
{
"comment": "upgrade tsp version of converter to 0.58"
}
]
}
},
{
"version": "0.8.2",
"tag": "@autorest/openapi-to-typespec_v0.8.2",
Expand Down
13 changes: 12 additions & 1 deletion packages/extensions/openapi-to-typespec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log - @autorest/openapi-to-typespec

This log was last generated on Tue, 25 Jun 2024 08:03:35 GMT and should not be manually modified.
This log was last generated on Mon, 12 Aug 2024 04:49:28 GMT and should not be manually modified.

## 0.9.0
Mon, 12 Aug 2024 04:49:28 GMT

### Minor changes

- Support char type from swagger and Automatically detect ARM specs

### Patches

- upgrade tsp version of converter to 0.58

## 0.8.2
Tue, 25 Jun 2024 08:03:35 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.8.2",
"version": "0.9.0",
"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 c77664b

Please sign in to comment.