Skip to content

Commit

Permalink
Merge pull request #1167 from sarangan12/Release_Beta_10
Browse files Browse the repository at this point in the history
Release Beta 10 Changes
  • Loading branch information
qiaozha authored Aug 20, 2021
2 parents 8c19dba + bd4c716 commit d8f020c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 6.0.0-beta.9 (2021-07-19)
## 6.0.0-beta.10 (2021-08-19)

- [BugFix] Added `types` folder to the `files` property in `package.json` file. Please refer [#1165](https://github.com/Azure/autorest.typescript/pull/1165) for further details.

## 6.0.0-beta.9 (2021-08-17)

- [BugFix] Fixed the handling of non-string based sealed choices. Please refer [#1159](https://github.com/Azure/autorest.typescript/issues/1159) for more details.
- [Feature] Comments for the operation groups have been updated. Please refer [#291](https://github.com/Azure/autorest.typescript/issues/291) for more details.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/typescript",
"version": "6.0.0-beta.9",
"version": "6.0.0-beta.10",
"scripts": {
"build": "tsc -p . && npm run copyFiles",
"build:test:browser": "tsc -p tsconfig.browser-test.json && webpack --config webpack.config.test.js",
Expand Down

0 comments on commit d8f020c

Please # to comment.