Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Dec 31, 2020
1 parent 2914017 commit d26db5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit d26db5c

Please sign in to comment.