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 ",