File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 4343 },
4444 "npm" : false
4545 },
46- "version" : " 1.0.1 "
46+ "version" : " 1.0.2 "
4747}
Original file line number Diff line number Diff line change 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" : " " ,
109109 "edition" : " octane"
110110 },
111111 "dependencies" : {
112- "ember-window-mock" : " 1.0.1 "
112+ "ember-window-mock" : " 1.0.2 "
113113 }
114114}
You can’t perform that action at this time.
0 commit comments