diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c9e8e9..d6e4ff1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [10.0.0-pre.5](https://github.com/aws/constructs/compare/v10.0.0-pre.1...v10.0.0-pre.5) (2020-12-13) + ## 10.0.0-pre.3 (2020-12-13) ## 10.0.0-pre.2 (2020-12-01) diff --git a/package.json b/package.json index 4af95790..17af46cf 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "main": "lib/index.js", "license": "Apache-2.0", - "version": "10.0.0-pre.3", + "version": "10.0.0-pre.5", "jest": { "clearMocks": true, "collectCoverage": true, diff --git a/version.json b/version.json index 37b2e393..30929637 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "10.0.0-pre.4" + "version": "10.0.0-pre.5" }