Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leniatgh authored Feb 11, 2022
1 parent 5622961 commit 85120da
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/apps/autorest/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 8 additions & 1 deletion packages/apps/autorest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/autorest/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/test-public-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 85120da

Please sign in to comment.