From 0bc222ca9ab38689f3073a9674ee11da53a1c770 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Wed, 21 Jul 2021 08:46:43 -0700 Subject: [PATCH] Release 10.0.0-beta.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f03daf7..775d100b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v10.0.0-beta.1 (2021-07-21) + +#### :bug: Bug Fix +* [#268](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/268) Adds missing export to public API ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v10.0.0-beta.0 (2021-07-20) #### :boom: Breaking Change diff --git a/package.json b/package.json index 3c71d956..331084f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/todo-utils", - "version": "10.0.0-beta.0", + "version": "10.0.0-beta.1", "repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", "license": "MIT", "author": "Steve Calvert ",