Skip to content

Commit aa84908

Browse files
authored
Post release automated changes for core releases (Azure#25748)
Post release automated changes for azure-rest-core-client
1 parent b1ef34c commit aa84908

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

sdk/core/core-client-rest/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.1.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.3 (2023-05-04)
414

515
### Features Added

sdk/core/core-client-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-rest/core-client",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Core library for interfacing with Azure Rest Clients",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/core/core-lro/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 2.5.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.5.3 (2023-05-04)
414

515
### Other Changes

sdk/core/core-lro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/core-lro",
33
"author": "Microsoft Corporation",
44
"sdk-type": "client",
5-
"version": "2.5.3",
5+
"version": "2.5.4",
66
"description": "Isomorphic client library for supporting long-running operations in node.js and browser.",
77
"tags": [
88
"isomorphic",

0 commit comments

Comments
 (0)