From 6fda2df2ae7d6adc820d5b07d613ea86f972daa5 Mon Sep 17 00:00:00 2001 From: Sam Marks Date: Tue, 26 Dec 2023 15:47:07 -0500 Subject: [PATCH] chore(release): 0.0.17 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6a1a3..39ff134 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.17](https://github.com/sammarks/cloudformation-scheduled-tasks/compare/v0.0.16...v0.0.17) (2023-12-26) + + +### Features + +* upgrade to node 20 and aws sdk v3 ([9dab372](https://github.com/sammarks/cloudformation-scheduled-tasks/commit/9dab37203a73bd16205372ad5c38581683fee717)) + ### [0.0.16](https://github.com/sammarks/cloudformation-scheduled-tasks/compare/v0.0.15...v0.0.16) (2023-09-27) diff --git a/package.json b/package.json index 6afb02c..4aafeac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudformation-scheduled-tasks", - "version": "0.0.16", + "version": "0.0.17", "description": "An AWS CloudFormation template for running scheduled tasks.", "main": "index.js", "repository": "https://github.com/sammarks/cloudformation-scheduled-tasks",