Skip to content

Commit 937ce6a

Browse files
committed
Release 0.7.1
1 parent cff0d8f commit 937ce6a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
3+
## v0.7.1 (2022-05-05)
4+
5+
#### :rocket: Enhancement
6+
* [#181](https://github.com/kaliber5/ember-embedded-snippet/pull/181) Load scripts in parallel instead of sequentially ([@simonihmig](https://github.com/simonihmig))
7+
8+
#### Committers: 1
9+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
10+
211
## v0.7.0 (2021-10-26)
312

413
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-embedded-snippet",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Embed Ember apps into external pages with a simple snippet",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)