Skip to content

Commit 6fb132d

Browse files
committed
Release 0.4.0
1 parent edb82f7 commit 6fb132d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## v0.4.0 (2020-10-19)
2+
3+
#### :boom: Breaking Change
4+
* Drop support for node < 10, Ember < 3.16
5+
6+
#### :rocket: Enhancement
7+
* [#4](https://github.com/kaliber5/ember-embedded-snippet/pull/4) Refactor embed.js to modern JS, use Babel to transpile if needed ([@simonihmig](https://github.com/simonihmig))
8+
9+
#### :house: Internal
10+
* [#5](https://github.com/kaliber5/ember-embedded-snippet/pull/5) Setup release-it ([@simonihmig](https://github.com/simonihmig))
11+
12+
#### Committers: 2
13+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
14+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
15+
16+

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

0 commit comments

Comments
 (0)