From d89c55881685d21dbdb8ab6f079423cb3dcbf169 Mon Sep 17 00:00:00 2001 From: Sam Marks Date: Wed, 22 Jul 2020 11:07:19 -0400 Subject: [PATCH] chore(release): 0.0.12 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4436bf..0631e8b 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.12](https://github.com/sammarks/cloudformation-scheduled-tasks/compare/v0.0.11...v0.0.12) (2020-07-22) + + +### Features + +* support other AWS regions and move location ([4cd4185](https://github.com/sammarks/cloudformation-scheduled-tasks/commit/4cd4185738d85e386b8619008a3394741a4277c5)) + ### [0.0.11](https://github.com/sammarks/cloudformation-scheduled-tasks/compare/v0.0.10...v0.0.11) (2019-08-21) diff --git a/package.json b/package.json index 9816107..bd86372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudformation-scheduled-tasks", - "version": "0.0.11", + "version": "0.0.12", "description": "An AWS CloudFormation template for running scheduled tasks.", "main": "index.js", "repository": "https://github.com/sammarks/cloudformation-scheduled-tasks",