diff --git a/CHANGELOG.md b/CHANGELOG.md index 3034cb80..b9f65d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v3.0.2 (2020-12-01) + +#### :bug: Bug Fix +* [#30](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/30) Fix path for todo data so it's consistent on posix and win32 ([@renatoi](https://github.com/renatoi)) + +#### Committers: 1 +- Renato Iwashima ([@renatoi](https://github.com/renatoi)) + + ## v3.0.1 (2020-11-25) #### :bug: Bug Fix diff --git a/package.json b/package.json index 497d93cc..ccb3fe33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/todo-utils", - "version": "3.0.1", + "version": "3.0.2", "repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", "license": "MIT", "author": "Steve Calvert ",