Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Aug 30, 2024
1 parent e8eca99 commit 2a73b67
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 @@ -6,6 +6,15 @@




## v1.0.2 (2024-08-30)

#### :bug: Bug Fix
* [#579](https://github.com/simonihmig/ember-window-mock/pull/579) Fix type error in type declaration ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

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

#### :bug: Bug Fix
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.1",
"version": "1.0.2",
"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.1"
"version": "1.0.2"
}
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.1",
"version": "1.0.2",
"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.1"
"ember-window-mock": "1.0.2"
}
}

0 comments on commit 2a73b67

Please sign in to comment.