Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Oct 19, 2020
1 parent edb82f7 commit 6fb132d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## v0.4.0 (2020-10-19)

#### :boom: Breaking Change
* Drop support for node < 10, Ember < 3.16

#### :rocket: Enhancement
* [#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))

#### :house: Internal
* [#5](https://github.com/kaliber5/ember-embedded-snippet/pull/5) Setup release-it ([@simonihmig](https://github.com/simonihmig))

#### Committers: 2
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-embedded-snippet",
"version": "0.3.1",
"version": "0.4.0",
"description": "Embed Ember apps into external pages with a simple snippet",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 6fb132d

Please sign in to comment.