From d90d3c7b2803e6d810bc56df1f4568db05e5e5d2 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 14 Dec 2021 13:54:26 -0800 Subject: [PATCH] Release 12.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a16780e..93889281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## v12.0.0 (2021-12-14) + +#### :boom: Breaking Change +* [#318](https://github.com/lint-todo/utils/pull/318) Add read options when reading from todo storage file ([@scalvert](https://github.com/scalvert)) + +#### :rocket: Enhancement +* [#321](https://github.com/lint-todo/utils/pull/321) Adding new API: generateTodoBatches ([@scalvert](https://github.com/scalvert)) + +#### :house: Internal +* [#322](https://github.com/lint-todo/utils/pull/322) Adding auto merge for dependabot ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v11.0.0 (2021-12-03) diff --git a/package.json b/package.json index eaf6efa7..8eccdd52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lint-todo/utils", - "version": "11.0.0", + "version": "12.0.0", "repository": "https://github.com/lint-todo/utils.git", "license": "MIT", "author": "Steve Calvert ",