Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 18, 2020
1 parent 7028657 commit 9eb2cef
Showing 1 changed file with 1 addition and 1 deletion.
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.3.1",
"version": "0.3.2",
"description": "Dynamic element helper for Glimmer templates.",
"keywords": [
"ember-addon"
Expand Down

1 comment on commit 9eb2cef

@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.