From 660ad07d67ffde31a5492a01d17515295f6e82c1 Mon Sep 17 00:00:00 2001 From: Auto-bump Date: Sun, 4 Jul 2021 11:30:06 +0000 Subject: [PATCH] chore(release): 0.0.15 --- CHANGELOG.md | 2 ++ package.json | 2 +- version.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486ee64..ffc96e2 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. +### [0.0.15](https://github.com/nlopezm/aws-cdk-image-resize/compare/v0.0.14...v0.0.15) (2021-07-04) + ### [0.0.14](https://github.com/nlopezm/aws-cdk-image-resize/compare/v0.0.13...v0.0.14) (2021-07-04) ### [0.0.13](https://github.com/nlopezm/aws-cdk-image-resize/compare/v0.0.12...v0.0.13) (2021-03-28) diff --git a/package.json b/package.json index 4eebc0f..6bdd50b 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ ], "main": "lib/index.js", "license": "Apache-2.0", - "version": "0.0.14", + "version": "0.0.15", "jest": { "testMatch": [ "**/__tests__/**/*.ts?(x)", 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" }