Skip to content

Commit 8ebf807

Browse files
committed
Release 0.6.1
1 parent 55b55cd commit 8ebf807

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.6.1 (2021-08-26)
2+
3+
#### :bug: Bug Fix
4+
* [#143](https://github.com/kaliber5/ember-embedded-snippet/pull/143) Fix arguments not available on initial render ([@simonihmig](https://github.com/simonihmig))
5+
6+
#### Committers: 1
7+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
8+
19
## v0.6.0 (2021-08-26)
210

311
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-embedded-snippet",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Embed Ember apps into external pages with a simple snippet",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)