diff --git a/packages/autorest.gotest/CHANGELOG.json b/packages/autorest.gotest/CHANGELOG.json index d50b23e07..f1346d30a 100644 --- a/packages/autorest.gotest/CHANGELOG.json +++ b/packages/autorest.gotest/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@autorest/gotest", "entries": [ + { + "version": "4.6.1", + "tag": "@autorest/gotest_v4.6.1", + "date": "Thu, 29 Jun 2023 09:09:50 GMT", + "comments": { + "patch": [ + { + "comment": "Update dependencies." + } + ] + } + }, { "version": "4.6.0", "tag": "@autorest/gotest_v4.6.0", diff --git a/packages/autorest.gotest/CHANGELOG.md b/packages/autorest.gotest/CHANGELOG.md index b0e77c91a..62e7c087d 100644 --- a/packages/autorest.gotest/CHANGELOG.md +++ b/packages/autorest.gotest/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @autorest/gotest -This log was last generated on Mon, 13 Mar 2023 09:28:18 GMT and should not be manually modified. +This log was last generated on Thu, 29 Jun 2023 09:09:50 GMT and should not be manually modified. + +## 4.6.1 +Thu, 29 Jun 2023 09:09:50 GMT + +### Patches + +- Update dependencies. ## 4.6.0 Mon, 13 Mar 2023 09:28:18 GMT diff --git a/packages/autorest.gotest/package.json b/packages/autorest.gotest/package.json index 4fc39493b..04df59739 100644 --- a/packages/autorest.gotest/package.json +++ b/packages/autorest.gotest/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/gotest", - "version": "4.6.0", + "version": "4.6.1", "description": "Autorest extension for go test generation", "main": "dist/index.js", "scripts": {