From 4a3e20f91444e4f631a42b2227962be65b15c417 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Thu, 2 Dec 2021 19:47:11 -0800 Subject: [PATCH] Release 11.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0b2a67..cac4d755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ + +## v11.0.0 (2021-12-03) + +#### :memo: Documentation +* [#304](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/304) Fixing jsdoc for new APIs ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v11.0.0-beta.1 (2021-12-02) #### :rocket: Enhancement diff --git a/package.json b/package.json index d4bdf39b..22639583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/todo-utils", - "version": "11.0.0-beta.1", + "version": "11.0.0", "repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", "license": "MIT", "author": "Steve Calvert ",