Skip to content

Commit

Permalink
Bump versions (#5064)
Browse files Browse the repository at this point in the history
Co-authored-by: Microsoft Auto Changeset Bot <autochangesetbot@microsoft.com>
  • Loading branch information
pshao25 and Microsoft Auto Changeset Bot authored Jan 22, 2025
1 parent 5aa57b9 commit c39d762
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.

This file was deleted.

12 changes: 12 additions & 0 deletions packages/extensions/openapi-to-typespec/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@autorest/openapi-to-typespec",
"entries": [
{
"version": "0.10.8",
"tag": "@autorest/openapi-to-typespec_v0.10.8",
"date": "Wed, 22 Jan 2025 05:15:07 GMT",
"comments": {
"patch": [
{
"comment": "Add Azure.Core import if Oauth2"
}
]
}
},
{
"version": "0.10.7",
"tag": "@autorest/openapi-to-typespec_v0.10.7",
Expand Down
9 changes: 8 additions & 1 deletion packages/extensions/openapi-to-typespec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @autorest/openapi-to-typespec

This log was last generated on Mon, 20 Jan 2025 02:16:28 GMT and should not be manually modified.
This log was last generated on Wed, 22 Jan 2025 05:15:07 GMT and should not be manually modified.

## 0.10.8
Wed, 22 Jan 2025 05:15:07 GMT

### Patches

- Add Azure.Core import if Oauth2

## 0.10.7
Mon, 20 Jan 2025 02:16:28 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.7",
"version": "0.10.8",
"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 c39d762

Please sign in to comment.