Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jul 24, 2024
1 parent 79a64ed commit afff529
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@




## v1.0.1 (2024-07-24)

#### :bug: Bug Fix
* [#577](https://github.com/simonihmig/ember-window-mock/pull/577) Fix default export positions ([@backspace](https://github.com/backspace))

#### Committers: 1
- Buck Doyle ([@backspace](https://github.com/backspace))

## v1.0.0 (2024-07-23)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-window-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-window-mock",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wraps the global window object with a proxy that can be mocked in tests",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
},
"npm": false
},
"version": "1.0.0"
"version": "1.0.1"
}
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Test app for ember-window-mock addon",
"repository": "",
Expand Down Expand Up @@ -109,6 +109,6 @@
"edition": "octane"
},
"dependencies": {
"ember-window-mock": "1.0.0"
"ember-window-mock": "1.0.1"
}
}

0 comments on commit afff529

Please sign in to comment.