diff --git a/packages/apps/autorest/CHANGELOG.json b/packages/apps/autorest/CHANGELOG.json index b9c68ec5f2..4a8313d0d0 100644 --- a/packages/apps/autorest/CHANGELOG.json +++ b/packages/apps/autorest/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "autorest", "entries": [ + { + "version": "3.5.2", + "tag": "autorest_v3.5.2", + "date": "Fri, 11 Feb 2022 15:28:31 GMT", + "comments": { + "patch": [ + { + "comment": "Upgrade @autorest/core version" + } + ] + } + }, { "version": "3.5.1", "tag": "autorest_v3.5.1", diff --git a/packages/apps/autorest/CHANGELOG.md b/packages/apps/autorest/CHANGELOG.md index fa3f67dd0b..72810cedf8 100644 --- a/packages/apps/autorest/CHANGELOG.md +++ b/packages/apps/autorest/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - autorest -This log was last generated on Tue, 30 Nov 2021 15:50:35 GMT and should not be manually modified. +This log was last generated on Fri, 11 Feb 2022 15:28:31 GMT and should not be manually modified. + +## 3.5.2 +Fri, 11 Feb 2022 15:28:31 GMT + +### Patches + +- Upgrade @autorest/core version ## 3.5.1 Tue, 30 Nov 2021 15:50:35 GMT diff --git a/packages/apps/autorest/package.json b/packages/apps/autorest/package.json index 98013c75b2..1791c33b33 100644 --- a/packages/apps/autorest/package.json +++ b/packages/apps/autorest/package.json @@ -1,6 +1,6 @@ { "name": "autorest", - "version": "3.5.1", + "version": "3.5.2", "description": "The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.", "engines": { "node": ">=12.0.0" diff --git a/packages/testing/test-public-packages/package.json b/packages/testing/test-public-packages/package.json index 55cdfa7625..beed055fb2 100644 --- a/packages/testing/test-public-packages/package.json +++ b/packages/testing/test-public-packages/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/Azure/autorest#readme", "dependencies": { "@autorest/core": "~3.7.7", - "autorest": "~3.5.0", + "autorest": "~3.5.2", "source-map-support": "^0.5.19" }, "devDependencies": { diff --git a/packages/tools/compare/package.json b/packages/tools/compare/package.json index 1a7542e27a..e756666027 100644 --- a/packages/tools/compare/package.json +++ b/packages/tools/compare/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/Azure/autorest.compare#readme", "dependencies": { - "autorest": "~3.5.0", + "autorest": "~3.5.2", "chalk": "^4.1.0", "diff": "^4.0.1", "js-yaml": "~4.0.0",