From 8bff69fb4a22b28495530afe5a8c084af4925514 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Jul 2022 16:39:38 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] # [6.1.0](https://github.com/NullVoxPopuli/ember-statechart-component/compare/v6.0.1...v6.1.0) (2022-07-03) ### Features * automatic glint registration via importing /glint ([cfea170](https://github.com/NullVoxPopuli/ember-statechart-component/commit/cfea170bab7722078352242abb125b31dc823d45)) --- ember-statechart-component/CHANGELOG.md | 7 +++++++ ember-statechart-component/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ember-statechart-component/CHANGELOG.md b/ember-statechart-component/CHANGELOG.md index ece8b035..77ea5a36 100644 --- a/ember-statechart-component/CHANGELOG.md +++ b/ember-statechart-component/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/NullVoxPopuli/ember-statechart-component/compare/v6.0.1...v6.1.0) (2022-07-03) + + +### Features + +* automatic glint registration via importing /glint ([cfea170](https://github.com/NullVoxPopuli/ember-statechart-component/commit/cfea170bab7722078352242abb125b31dc823d45)) + ## [6.0.1](https://github.com/NullVoxPopuli/ember-statechart-component/compare/v6.0.0...v6.0.1) (2022-07-03) diff --git a/ember-statechart-component/package.json b/ember-statechart-component/package.json index 289a8eee..8b587976 100644 --- a/ember-statechart-component/package.json +++ b/ember-statechart-component/package.json @@ -1,6 +1,6 @@ { "name": "ember-statechart-component", - "version": "6.0.1", + "version": "6.1.0", "keywords": [ "ember-addon" ],