Skip to content

Commit a68e6af

Browse files
author
waitingsong
committed
v1.2.1
1 parent 7225860 commit a68e6af

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](/compare/v1.2.0...v1.2.1) (2022-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **ali-ecs:** update getInstanceByIp() 7225860
12+
13+
14+
15+
16+
617
# [1.2.0](/compare/v1.1.1...v1.2.0) (2022-04-24)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0",
2+
"version": "1.2.1",
33
"packages": [
44
"packages/*"
55
],

packages/ali-alb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/waitingsong/yuntools/compare/v1.2.0...v1.2.1) (2022-04-26)
7+
8+
**Note:** Version bump only for package @yuntools/ali-alb
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/waitingsong/yuntools/compare/v1.1.1...v1.2.0) (2022-04-24)
715

816

packages/ali-alb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@yuntools/ali-alb",
33
"author": "waiting",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "阿里云 ALB 负载均衡相关操作",
66
"keywords": [
77
"aliyun",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@alicloud/alb20200616": "^1.0.1",
2929
"@alicloud/openapi-client": "^0.4.1",
30-
"@yuntools/ali-ecs": "^1.1.1",
30+
"@yuntools/ali-ecs": "^1.2.1",
3131
"rxjs": "^7.4.0"
3232
},
3333
"devDependencies": {

packages/ali-ecs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/waitingsong/yuntools/compare/v1.2.0...v1.2.1) (2022-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **ali-ecs:** update getInstanceByIp() ([7225860](https://github.com/waitingsong/yuntools/commit/7225860cf190ad8c0d3c63bf248ad5f0f3af56d3))
12+
13+
14+
15+
16+
617
## [1.1.1](https://github.com/waitingsong/yuntools/compare/v1.1.0...v1.1.1) (2022-04-24)
718

819

packages/ali-ecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@yuntools/ali-ecs",
33
"author": "waiting",
4-
"version": "1.1.1",
4+
"version": "1.2.1",
55
"description": "阿里云 ECS 相关操作",
66
"keywords": [
77
"aliyun",

0 commit comments

Comments
 (0)