Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Aug 12, 2020
1 parent 35232e8 commit 68067d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.1
Add support to Ember >= 3.13

# 2.0.0

Convert addon from a 100% AST approach to a runtime glimmer component named `<MaybeInElement @destinationElement={{foo}} @renderInPlace={{bar}}>` and a
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-maybe-in-element",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ember AST transform for the in-element helper",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 68067d0

Please sign in to comment.