Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jul 10, 2020
1 parent e6b9696 commit 5705228
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## v0.7.0 (2020-07-10)

#### :boom: Breaking Change
* [#191](https://github.com/kaliber5/ember-window-mock/pull/191) Add compatibility for embroider ([@simonihmig](https://github.com/simonihmig))
**You now have to import `setupWindowMock` (or `reset`) from `'ember-window-mock/test-support'`!**

#### :rocket: Enhancement
* [#191](https://github.com/kaliber5/ember-window-mock/pull/191) Add compatibility for embroider ([@simonihmig](https://github.com/simonihmig))

#### :memo: Documentation
* [#200](https://github.com/kaliber5/ember-window-mock/pull/200) Update docs ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#199](https://github.com/kaliber5/ember-window-mock/pull/199) Setup release-it ([@simonihmig](https://github.com/simonihmig))
* [#198](https://github.com/kaliber5/ember-window-mock/pull/198) Update Ember 3.19 ([@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-window-mock",
"version": "0.6.0",
"version": "0.7.0",
"description": "Adds a window service that can be mocked in tests",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 5705228

Please sign in to comment.