Skip to content

Commit 2a73b67

Browse files
committed
Release 1.0.2
1 parent e8eca99 commit 2a73b67

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77

88

9+
10+
## v1.0.2 (2024-08-30)
11+
12+
#### :bug: Bug Fix
13+
* [#579](https://github.com/simonihmig/ember-window-mock/pull/579) Fix type error in type declaration ([@simonihmig](https://github.com/simonihmig))
14+
15+
#### Committers: 1
16+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
17+
918
## v1.0.1 (2024-07-24)
1019

1120
#### :bug: Bug Fix

ember-window-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-window-mock",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Wraps the global window object with a proxy that can be mocked in tests",
55
"keywords": [
66
"ember-addon"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
},
4444
"npm": false
4545
},
46-
"version": "1.0.1"
46+
"version": "1.0.2"
4747
}

test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "Test app for ember-window-mock addon",
66
"repository": "",
@@ -109,6 +109,6 @@
109109
"edition": "octane"
110110
},
111111
"dependencies": {
112-
"ember-window-mock": "1.0.1"
112+
"ember-window-mock": "1.0.2"
113113
}
114114
}

0 commit comments

Comments
 (0)