From fd1f905240c773572a72c50661ca873ee39ae204 Mon Sep 17 00:00:00 2001 From: Auto-bump Date: Sun, 3 Jan 2021 15:00:45 +0000 Subject: [PATCH] chore(release): 0.0.15 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- version.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6512fa..b816b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.0.15](https://github.com/mmuller88/aws-cdk-staging-pipeline/compare/v0.0.14...v0.0.15) (2021-01-03) + + +### Features + +* make custom stack outputs more flexible ([74ed609](https://github.com/mmuller88/aws-cdk-staging-pipeline/commit/74ed6093be2e5b8c272dc73fbe5ca22bb84ba70c)) + ### [0.0.14](https://github.com/mmuller88/aws-cdk-staging-pipeline/compare/v0.0.13...v0.0.14) (2021-01-03) diff --git a/package.json b/package.json index 87c8ef7..36e0d09 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ ], "main": "lib/index.js", "license": "Apache-2.0", - "version": "0.0.14", + "version": "0.0.15", "jest": { "clearMocks": true, "collectCoverage": true, diff --git a/version.json b/version.json index 3ad6929..4aebced 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.0.14" + "version": "0.0.15" }