From 77397876a366cca40b39d6897d8916be2bb98b81 Mon Sep 17 00:00:00 2001 From: Sam Marks Date: Fri, 4 Feb 2022 11:02:26 -0500 Subject: [PATCH] chore(release): 0.0.14 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bf274..38074e6 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.14](https://github.com/sammarks/cloudformation-scheduled-tasks/compare/v0.0.13...v0.0.14) (2022-02-04) + + +### Bug Fixes + +* upgrade nodejs to 14 ([c94d20c](https://github.com/sammarks/cloudformation-scheduled-tasks/commit/c94d20c1fc768441fc6e06559cace7c92256f81b)) + ### [0.0.13](https://github.com/sammarks/cloudformation-scheduled-tasks/compare/v0.0.12...v0.0.13) (2020-07-22) diff --git a/package.json b/package.json index ec11f6f..3d0df9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudformation-scheduled-tasks", - "version": "0.0.13", + "version": "0.0.14", "description": "An AWS CloudFormation template for running scheduled tasks.", "main": "index.js", "repository": "https://github.com/sammarks/cloudformation-scheduled-tasks",