diff --git a/CHANGELOG.md b/CHANGELOG.md index 1438ff0..4bf4f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7c836e2..bdbc6ec 100644 --- a/package.json +++ b/package.json @@ -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)", diff --git a/version.json b/version.json index aba262c..77a2202 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.88.3" + "version": "1.88.4" }