From c6d44782ddee2a6619543f11551459c7104a19b2 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Mon, 26 Oct 2020 15:59:37 -0700 Subject: [PATCH] Release 2.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e3254e..0962de9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v2.3.0 (2020-10-26) + +#### :rocket: Enhancement +* [#20](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/20) Adding API to determine if storage directory exists ([@scalvert](https://github.com/scalvert)) + +#### :bug: Bug Fix +* [#17](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/17) Ensure we're operating on relative paths vs. absolute ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v2.2.0 (2020-10-15) #### :boom: Breaking Change diff --git a/package.json b/package.json index 9fa22201..3e2e29b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/todo-utils", - "version": "2.2.0", + "version": "2.3.0", "repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", "license": "MIT", "author": "Steve Calvert ",