From 762adba8632626c79b477128b0905f91d89f315e Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Mon, 26 Jul 2021 10:22:21 -0700 Subject: [PATCH] Release 10.0.0-beta.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e70f25..8d076434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v10.0.0-beta.3 (2021-07-26) + +#### :rocket: Enhancement +* [#270](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/270) Adds new readTodoData API for convenience reading of TodoDataV2 ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v10.0.0-beta.2 (2021-07-23) #### :bug: Bug Fix diff --git a/package.json b/package.json index 6835505b..38099a4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/todo-utils", - "version": "10.0.0-beta.2", + "version": "10.0.0-beta.3", "repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", "license": "MIT", "author": "Steve Calvert ",