Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Feb 12, 2021
2 parents 91047d4 + 5c5ad9d commit 9a76627
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [1.88.4](https://github.com/mmuller88/aws-cdk-staging-pipeline/compare/v1.88.3...v1.88.4) (2021-02-12)


### Bug Fixes

* remove AutoDeleteBucket custom construct ([542a137](https://github.com/mmuller88/aws-cdk-staging-pipeline/commit/542a13791ec49cd8eeeb4c7ea94a19d15f183532))
* remove AutoDeleteBucket custom construct ([d9477d1](https://github.com/mmuller88/aws-cdk-staging-pipeline/commit/d9477d1bdfe3bf8f1a14449eeaaf30f218f39ed8))

### [1.88.3](https://github.com/mmuller88/aws-cdk-staging-pipeline/compare/v1.88.2...v1.88.3) (2021-02-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "1.88.3",
"version": "1.88.4",
"jest": {
"testMatch": [
"**/__tests__/**/*.ts?(x)",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.88.3"
"version": "1.88.4"
}

0 comments on commit 9a76627

Please sign in to comment.