### Packages impacted by this PR
No

### Issues associated with this PR

Readme contained error.   Need to republish.
### Describe the problem that is addressed by this PR
I need to republish readme

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
This commit is contained in:
Howie Leung 2024-11-06 11:48:50 -08:00 коммит произвёл GitHub
Родитель 0995dcdb17
Коммит 36f4f4d4ad
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 4 добавлений и 8 удалений

Просмотреть файл

@ -1,15 +1,11 @@
# Release History
## 1.0.0-beta.4 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
## 1.0.0-beta.4 (2024-11-06)
### Other Changes
- Updated README.
## 1.0.0-beta.3 (2024-10-22)
### Features Added

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export const SDK_VERSION: string = "1.0.0-beta.3";
export const SDK_VERSION: string = "1.0.0-beta.4";