From d26db5c9881ee849857dc5fd3364f622e90cc472 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Wed, 30 Dec 2020 16:18:17 -0800 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520c9ba1..b59ed5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v4.0.0 (2020-12-31) + +#### :boom: Breaking Change +* [#39](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/39) Adding JSON date reviver to deserialize dates ([@scalvert](https://github.com/scalvert)) + +#### :rocket: Enhancement +* [#40](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/40) Adding overloads for writeTodos[Sync] ([@scalvert](https://github.com/scalvert)) +* [#38](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/38) Adds ability to set due dates created dates for testing ([@scalvert](https://github.com/scalvert)) + +#### :bug: Bug Fix +* [#41](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/41) Changes the way consumers can provide createdDate ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v3.3.0 (2020-12-23) #### :rocket: Enhancement diff --git a/package.json b/package.json index d16e5034..5b7e4b7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/todo-utils", - "version": "3.3.0", + "version": "4.0.0", "repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", "license": "MIT", "author": "Steve Calvert ",