Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Mar 23, 2021
1 parent 210aa57 commit 8fdcdf9
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
@@ -1,3 +1,19 @@
## v0.4.1 (2021-03-23)

#### :rocket: Enhancement
* [#76](https://github.com/kaliber5/ember-embedded-snippet/pull/76) Add `host` option to explicitly define the host ([@simonihmig](https://github.com/simonihmig))

#### :memo: Documentation
* [#77](https://github.com/kaliber5/ember-embedded-snippet/pull/77) Add documentation for the available config options ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#6](https://github.com/kaliber5/ember-embedded-snippet/pull/6) Update release-it and release-it-lerna-changelog. ([@rwjblue](https://github.com/rwjblue))

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

## v0.4.0 (2020-10-19)

#### :boom: Breaking Change
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-embedded-snippet",
"version": "0.4.0",
"version": "0.4.1",
"description": "Embed Ember apps into external pages with a simple snippet",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 8fdcdf9

Please sign in to comment.