From a78aae659f65329cb6199a60db526f8f51b28b43 Mon Sep 17 00:00:00 2001 From: Sam Marks Date: Wed, 21 Aug 2019 15:49:21 -0400 Subject: [PATCH] chore(release): 0.0.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8491aa..b4436bf 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.11](https://github.com/sammarks/cloudformation-scheduled-tasks/compare/v0.0.10...v0.0.11) (2019-08-21) + + +### Bug Fixes + +* paginate through all DynamoDB scan results ([850cda4](https://github.com/sammarks/cloudformation-scheduled-tasks/commit/850cda4)) + ### [0.0.10](https://github.com/sammarks/cloudformation-scheduled-tasks/compare/v0.0.9...v0.0.10) (2019-08-21) diff --git a/package.json b/package.json index 59a7569..c1c0d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudformation-scheduled-tasks", - "version": "0.0.10", + "version": "0.0.11", "description": "An AWS CloudFormation template for running scheduled tasks.", "main": "index.js", "repository": "https://github.com/sammarks/cloudformation-scheduled-tasks",