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",