Skip to content

Commit 27165c0

Browse files
committed
Release 0.5.0-beta.0
1 parent 40b7cff commit 27165c0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.5.0-beta.0 (2021-05-10)
2+
3+
#### :boom: Breaking Change
4+
* [#102](https://github.com/kaliber5/ember-embedded-snippet/pull/102) Refactor to WebComponent, with optional shadow DOM ([@simonihmig](https://github.com/simonihmig))
5+
6+
#### :rocket: Enhancement
7+
* [#102](https://github.com/kaliber5/ember-embedded-snippet/pull/102) Refactor to WebComponent, with optional shadow DOM ([@simonihmig](https://github.com/simonihmig))
8+
9+
#### Committers: 2
10+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
11+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
12+
113
## v0.4.1 (2021-03-23)
214

315
#### :rocket: Enhancement

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.4.1",
3+
"version": "0.5.0-beta.0",
44
"description": "Embed Ember apps into external pages with a simple snippet",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)