Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 14, 2022
1 parent 95ff912 commit ea44f22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

## v0.6.1 (2022-04-14)

#### :rocket: Enhancement
* [#82](https://github.com/tildeio/ember-element-helper/pull/82) Remove the need for an AST transform ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 1
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))


## v0.6.0 (2022-02-05)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-element-helper",
"version": "0.6.0",
"version": "0.6.1",
"description": "Dynamic element helper for Glimmer templates.",
"keywords": [
"ember-addon",
Expand Down

1 comment on commit ea44f22

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @rwjblue!

I see that you have pushed some commits to the "master" branch. We are in the process of renaming the "master" branch to "main" in this repository.

⚠️ The "master" branch is deprecated and will be removed from this repository in the future.

Please migrate your local repository by renaming the "master" branch to "main":

$ cd my-git-project
$ git checkout master
$ git branch -m main
$ git branch -u origin/main

Before merging pull requests, ensure their base branch is set to "main" instead of "master". For more information on how to do this, refer to this GitHub support article.

Please sign in to comment.