Skip to content

Commit 8fdcdf9

Browse files
committed
Release 0.4.1
1 parent 210aa57 commit 8fdcdf9

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
@@ -1,3 +1,19 @@
1+
## v0.4.1 (2021-03-23)
2+
3+
#### :rocket: Enhancement
4+
* [#76](https://github.com/kaliber5/ember-embedded-snippet/pull/76) Add `host` option to explicitly define the host ([@simonihmig](https://github.com/simonihmig))
5+
6+
#### :memo: Documentation
7+
* [#77](https://github.com/kaliber5/ember-embedded-snippet/pull/77) Add documentation for the available config options ([@simonihmig](https://github.com/simonihmig))
8+
9+
#### :house: Internal
10+
* [#6](https://github.com/kaliber5/ember-embedded-snippet/pull/6) Update release-it and release-it-lerna-changelog. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 3
13+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
14+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
15+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
16+
117
## v0.4.0 (2020-10-19)
218

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

0 commit comments

Comments
 (0)