Skip to content

Commit ff1c143

Browse files
author
Auto-bump
committed
chore(release): 0.0.3
1 parent edd8ec0 commit ff1c143

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.3](https://github.com/opencdk8s/cdk8s-cluster-autoscaler-aws/compare/v0.0.2...v0.0.3) (2021-06-21)
6+
7+
8+
### Bug Fixes
9+
10+
* run command ([#2](https://github.com/opencdk8s/cdk8s-cluster-autoscaler-aws/issues/2)) ([036f68b](https://github.com/opencdk8s/cdk8s-cluster-autoscaler-aws/commit/036f68be401244ea92bca21ee16c2621f7771142))
11+
512
### [0.0.2](https://github.com/opencdk8s/cdk8s-cluster-autoscaler-aws/compare/v0.0.1...v0.0.2) (2021-06-17)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
],
6868
"main": "lib/index.js",
6969
"license": "Apache-2.0",
70-
"version": "0.0.2",
70+
"version": "0.0.3",
7171
"publishConfig": {
7272
"access": "public"
7373
},

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.0.2"
2+
"version": "0.0.3"
33
}

0 commit comments

Comments
 (0)