From cade03894185476090433b8e512454a303e2a4f5 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 26 Jan 2021 08:44:46 -0800 Subject: [PATCH] Release 6.1.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a37ecf8..f10687cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v6.1.0 (2021-01-26) + +#### :rocket: Enhancement +* [#76](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/76) Adding ensureTodoConfig to write default config ([@scalvert](https://github.com/scalvert)) + +#### :bug: Bug Fix +* [#72](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/72) Fixing @link references for README ([@scalvert](https://github.com/scalvert)) + +#### :memo: Documentation +* [#72](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/72) Fixing @link references for README ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v6.0.1 (2021-01-15) #### :bug: Bug Fix diff --git a/package.json b/package.json index 0a7ed8af..b4302010 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/todo-utils", - "version": "6.0.1", + "version": "6.1.0", "repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", "license": "MIT", "author": "Steve Calvert ",