diff --git a/CHANGELOG.md b/CHANGELOG.md index 0962de9a..19c57a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v3.0.0 (2020-11-04) + +#### :boom: Breaking Change +* [#24](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/24) Aligning APIs for consistency ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v2.3.0 (2020-10-26) #### :rocket: Enhancement diff --git a/package.json b/package.json index c9257df8..14330661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/todo-utils", - "version": "2.3.0", + "version": "3.0.0", "repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", "license": "MIT", "author": "Steve Calvert ",