@quenty/deathreport 10.41.2 → 10.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +193 -706
- package/package.json +6 -6
- package/src/Client/DeathReportBindersClient.lua +1 -1
- package/src/Server/DeathReportBindersServer.lua +1 -1
- package/src/Shared/DeathReportServiceConstants.lua +1 -1
- package/src/Shared/Stats/PlayerKillTrackerUtils.lua +4 -4
- package/src/Shared/Stats/TeamKillTrackerUtils.lua +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,1075 +3,562 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
# [10.43.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.42.0...@quenty/deathreport@10.43.0) (2026-05-20)
|
|
11
7
|
|
|
8
|
+
### Features
|
|
12
9
|
|
|
10
|
+
- **luau:** convert 41 trivial files to --!strict typing ([0edcac1](https://github.com/Quenty/NevermoreEngine/commit/0edcac1e5ce096662406c2685e22469c22c187e4))
|
|
13
11
|
|
|
14
|
-
|
|
12
|
+
# [10.42.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.41.2...@quenty/deathreport@10.42.0) (2026-05-18)
|
|
15
13
|
|
|
16
14
|
**Note:** Version bump only for package @quenty/deathreport
|
|
17
15
|
|
|
16
|
+
## [10.41.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.41.1...@quenty/deathreport@10.41.2) (2026-04-30)
|
|
18
17
|
|
|
18
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
19
19
|
|
|
20
|
+
## [10.41.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.41.0...@quenty/deathreport@10.41.1) (2026-04-29)
|
|
20
21
|
|
|
22
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
21
23
|
|
|
22
24
|
# [10.41.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.40.0...@quenty/deathreport@10.41.0) (2026-04-23)
|
|
23
25
|
|
|
24
26
|
**Note:** Version bump only for package @quenty/deathreport
|
|
25
27
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
28
|
# [10.40.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.39.0...@quenty/deathreport@10.40.0) (2026-04-14)
|
|
31
29
|
|
|
32
30
|
**Note:** Version bump only for package @quenty/deathreport
|
|
33
31
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
32
|
# [10.39.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.38.0...@quenty/deathreport@10.39.0) (2026-02-20)
|
|
39
33
|
|
|
40
|
-
|
|
41
34
|
### Features
|
|
42
35
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
36
|
+
- **cli:** add CI annotation support to game and plugin templates ([#666](https://github.com/Quenty/NevermoreEngine/issues/666)) ([098971b](https://github.com/Quenty/NevermoreEngine/commit/098971bb04dfe40be09f475330b69a48b38c54c5))
|
|
48
37
|
|
|
49
38
|
# [10.38.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.37.0...@quenty/deathreport@10.38.0) (2026-02-19)
|
|
50
39
|
|
|
51
|
-
|
|
52
40
|
### Features
|
|
53
41
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
42
|
+
- **cli:** add aggregated batch test execution ([58f20e4](https://github.com/Quenty/NevermoreEngine/commit/58f20e437540c597ea445f47d47076c08ea9ca21))
|
|
59
43
|
|
|
60
44
|
# [10.37.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.36.1...@quenty/deathreport@10.37.0) (2026-02-17)
|
|
61
45
|
|
|
62
|
-
|
|
63
46
|
### Features
|
|
64
47
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
48
|
+
- Add CI/CD batch unit testing ([016a366](https://github.com/Quenty/NevermoreEngine/commit/016a3663509c8fffa518b07cfc49ebecba2a1fa6))
|
|
49
|
+
- Create places automatically using nevermore-cli ([d4a6a66](https://github.com/Quenty/NevermoreEngine/commit/d4a6a66e5720d010b4fc3d6f973ccfdaa17dbead))
|
|
71
50
|
|
|
72
51
|
## [10.36.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.36.0...@quenty/deathreport@10.36.1) (2026-01-21)
|
|
73
52
|
|
|
74
53
|
**Note:** Version bump only for package @quenty/deathreport
|
|
75
54
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
55
|
# [10.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.35.0...@quenty/deathreport@10.36.0) (2026-01-18)
|
|
81
56
|
|
|
82
57
|
**Note:** Version bump only for package @quenty/deathreport
|
|
83
58
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
59
|
# [10.35.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.34.0...@quenty/deathreport@10.35.0) (2026-01-16)
|
|
89
60
|
|
|
90
61
|
**Note:** Version bump only for package @quenty/deathreport
|
|
91
62
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
63
|
# [10.34.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.33.1...@quenty/deathreport@10.34.0) (2026-01-13)
|
|
97
64
|
|
|
98
65
|
**Note:** Version bump only for package @quenty/deathreport
|
|
99
66
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
67
|
## [10.33.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.33.0...@quenty/deathreport@10.33.1) (2026-01-12)
|
|
105
68
|
|
|
106
|
-
|
|
107
69
|
### Bug Fixes
|
|
108
70
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
71
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
114
72
|
|
|
115
73
|
# [10.33.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.32.1...@quenty/deathreport@10.33.0) (2026-01-11)
|
|
116
74
|
|
|
117
75
|
**Note:** Version bump only for package @quenty/deathreport
|
|
118
76
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
77
|
## [10.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.32.0...@quenty/deathreport@10.32.1) (2026-01-10)
|
|
124
78
|
|
|
125
79
|
**Note:** Version bump only for package @quenty/deathreport
|
|
126
80
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
81
|
# [10.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.31.1...@quenty/deathreport@10.32.0) (2026-01-08)
|
|
132
82
|
|
|
133
83
|
**Note:** Version bump only for package @quenty/deathreport
|
|
134
84
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
85
|
## [10.31.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.31.0...@quenty/deathreport@10.31.1) (2026-01-05)
|
|
140
86
|
|
|
141
87
|
**Note:** Version bump only for package @quenty/deathreport
|
|
142
88
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
89
|
# [10.31.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.30.4...@quenty/deathreport@10.31.0) (2026-01-04)
|
|
148
90
|
|
|
149
91
|
**Note:** Version bump only for package @quenty/deathreport
|
|
150
92
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
93
|
## [10.30.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.30.3...@quenty/deathreport@10.30.4) (2026-01-03)
|
|
156
94
|
|
|
157
95
|
**Note:** Version bump only for package @quenty/deathreport
|
|
158
96
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
97
|
## [10.30.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.30.2...@quenty/deathreport@10.30.3) (2025-12-31)
|
|
164
98
|
|
|
165
99
|
**Note:** Version bump only for package @quenty/deathreport
|
|
166
100
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
101
|
## [10.30.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.30.1...@quenty/deathreport@10.30.2) (2025-12-29)
|
|
172
102
|
|
|
173
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
## [10.30.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.30.0...@quenty/deathreport@10.30.1) (2025-12-29)
|
|
180
|
-
|
|
181
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
# [10.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.29.3...@quenty/deathreport@10.30.0) (2025-12-28)
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
### Features
|
|
191
|
-
|
|
192
|
-
* Update declarations and README.md ([882056f](https://github.com/Quenty/NevermoreEngine/commit/882056f4c012f9855a0581750968993fb18241ed))
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
## [10.29.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.29.2...@quenty/deathreport@10.29.3) (2025-12-28)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
### Bug Fixes
|
|
202
|
-
|
|
203
|
-
* Typecheck some more things ([41eaaa6](https://github.com/Quenty/NevermoreEngine/commit/41eaaa6d053c469f7548810da72d05dfbf997b26))
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
## [10.29.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.29.1...@quenty/deathreport@10.29.2) (2025-11-22)
|
|
210
|
-
|
|
211
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## [10.29.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.29.0...@quenty/deathreport@10.29.1) (2025-11-12)
|
|
218
|
-
|
|
219
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
# [10.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.28.0...@quenty/deathreport@10.29.0) (2025-10-08)
|
|
226
|
-
|
|
227
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
# [10.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.27.0...@quenty/deathreport@10.28.0) (2025-10-01)
|
|
234
|
-
|
|
235
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
# [10.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.26.0...@quenty/deathreport@10.27.0) (2025-09-26)
|
|
242
|
-
|
|
243
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
# [10.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.25.1...@quenty/deathreport@10.26.0) (2025-08-29)
|
|
250
|
-
|
|
251
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
## [10.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.25.0...@quenty/deathreport@10.25.1) (2025-08-12)
|
|
258
|
-
|
|
259
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
# [10.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.24.0...@quenty/deathreport@10.25.0) (2025-08-07)
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
### Bug Fixes
|
|
269
|
-
|
|
270
|
-
* Fix cyclical dependencies ([b9fbb05](https://github.com/Quenty/NevermoreEngine/commit/b9fbb051253e878b47f292f0462f1e8579115d1c))
|
|
271
|
-
* Fix death report stuff ([4366b56](https://github.com/Quenty/NevermoreEngine/commit/4366b567867a14184b24d8cd7e8164f279eefb54))
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
# [10.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.23.0...@quenty/deathreport@10.24.0) (2025-07-11)
|
|
278
|
-
|
|
279
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
# [10.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.22.0...@quenty/deathreport@10.23.0) (2025-05-12)
|
|
286
|
-
|
|
287
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
# [10.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.21.3...@quenty/deathreport@10.22.0) (2025-05-10)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### Bug Fixes
|
|
297
|
-
|
|
298
|
-
* Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
## [10.21.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.21.2...@quenty/deathreport@10.21.3) (2025-04-10)
|
|
305
|
-
|
|
306
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
## [10.21.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.21.0...@quenty/deathreport@10.21.2) (2025-04-07)
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
### Bug Fixes
|
|
316
|
-
|
|
317
|
-
* Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
318
|
-
* Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
## [10.21.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.21.0...@quenty/deathreport@10.21.1) (2025-04-07)
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
### Bug Fixes
|
|
328
|
-
|
|
329
|
-
* Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
# [10.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.20.2...@quenty/deathreport@10.21.0) (2025-04-02)
|
|
336
|
-
|
|
337
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
## [10.20.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.20.1...@quenty/deathreport@10.20.2) (2025-03-31)
|
|
344
|
-
|
|
345
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
## [10.20.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.20.0...@quenty/deathreport@10.20.1) (2025-03-21)
|
|
352
|
-
|
|
353
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
# [10.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.19.0...@quenty/deathreport@10.20.0) (2025-02-18)
|
|
360
|
-
|
|
361
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
# [10.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.18.1...@quenty/deathreport@10.19.0) (2025-01-24)
|
|
368
|
-
|
|
369
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
## [10.18.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.18.0...@quenty/deathreport@10.18.1) (2025-01-22)
|
|
376
|
-
|
|
377
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
# [10.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.17.0...@quenty/deathreport@10.18.0) (2024-12-15)
|
|
384
|
-
|
|
385
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
# [10.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.16.0...@quenty/deathreport@10.17.0) (2024-12-03)
|
|
392
|
-
|
|
393
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
# [10.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.15.0...@quenty/deathreport@10.16.0) (2024-11-13)
|
|
400
|
-
|
|
401
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
# [10.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.14.0...@quenty/deathreport@10.15.0) (2024-11-12)
|
|
408
|
-
|
|
409
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
# [10.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.13.1...@quenty/deathreport@10.14.0) (2024-11-06)
|
|
416
|
-
|
|
417
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
## [10.13.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.13.0...@quenty/deathreport@10.13.1) (2024-11-04)
|
|
424
|
-
|
|
425
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
# [10.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.12.0...@quenty/deathreport@10.13.0) (2024-11-03)
|
|
432
|
-
|
|
433
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
# [10.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.11.1...@quenty/deathreport@10.12.0) (2024-10-23)
|
|
440
|
-
|
|
441
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
## [10.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.11.0...@quenty/deathreport@10.11.1) (2024-10-09)
|
|
448
|
-
|
|
449
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
# [10.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.10.1...@quenty/deathreport@10.11.0) (2024-10-06)
|
|
456
|
-
|
|
457
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
## [10.10.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.10.0...@quenty/deathreport@10.10.1) (2024-10-04)
|
|
464
|
-
|
|
465
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
# [10.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.9.0...@quenty/deathreport@10.10.0) (2024-10-04)
|
|
472
|
-
|
|
473
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
# [10.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.8.0...@quenty/deathreport@10.9.0) (2024-09-25)
|
|
480
|
-
|
|
481
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
# [10.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.7.1...@quenty/deathreport@10.8.0) (2024-09-25)
|
|
488
|
-
|
|
489
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
## [10.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.7.0...@quenty/deathreport@10.7.1) (2024-09-20)
|
|
496
|
-
|
|
497
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
# [10.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.6.0...@quenty/deathreport@10.7.0) (2024-09-12)
|
|
504
|
-
|
|
505
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
# [10.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.5.0...@quenty/deathreport@10.6.0) (2024-08-09)
|
|
512
|
-
|
|
513
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
# [10.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.4.0...@quenty/deathreport@10.5.0) (2024-05-09)
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
### Bug Fixes
|
|
523
|
-
|
|
524
|
-
* Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
# [10.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.3.0...@quenty/deathreport@10.4.0) (2024-05-03)
|
|
531
|
-
|
|
532
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
# [10.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.2.0...@quenty/deathreport@10.3.0) (2024-04-27)
|
|
539
|
-
|
|
540
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
# [10.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.1.0...@quenty/deathreport@10.2.0) (2024-03-27)
|
|
547
|
-
|
|
548
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
# [10.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.0.0...@quenty/deathreport@10.1.0) (2024-03-09)
|
|
555
|
-
|
|
556
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@9.0.0...@quenty/deathreport@10.0.0) (2024-02-14)
|
|
563
|
-
|
|
564
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@8.0.0...@quenty/deathreport@9.0.0) (2024-02-13)
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
### Bug Fixes
|
|
574
|
-
|
|
575
|
-
* Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@7.0.0...@quenty/deathreport@8.0.0) (2024-02-13)
|
|
582
|
-
|
|
583
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@6.0.0...@quenty/deathreport@7.0.0) (2024-02-13)
|
|
590
|
-
|
|
591
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@5.0.0...@quenty/deathreport@6.0.0) (2024-01-10)
|
|
598
|
-
|
|
599
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.5.0...@quenty/deathreport@5.0.0) (2024-01-08)
|
|
606
|
-
|
|
607
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
# [4.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.4.0...@quenty/deathreport@4.5.0) (2024-01-08)
|
|
614
|
-
|
|
615
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
# [4.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.3.0...@quenty/deathreport@4.4.0) (2023-12-28)
|
|
622
|
-
|
|
623
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
# [4.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.2.0...@quenty/deathreport@4.3.0) (2023-12-14)
|
|
630
|
-
|
|
631
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
# [4.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.1.1...@quenty/deathreport@4.2.0) (2023-12-14)
|
|
638
|
-
|
|
639
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
## [4.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.1.0...@quenty/deathreport@4.1.1) (2023-10-28)
|
|
646
|
-
|
|
647
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
# [4.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.0.1...@quenty/deathreport@4.1.0) (2023-10-18)
|
|
654
|
-
|
|
655
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
## [4.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.0.0...@quenty/deathreport@4.0.1) (2023-10-11)
|
|
662
|
-
|
|
663
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.30.0...@quenty/deathreport@4.0.0) (2023-10-11)
|
|
670
|
-
|
|
671
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
# [3.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.29.0...@quenty/deathreport@3.30.0) (2023-09-21)
|
|
678
|
-
|
|
679
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
# [3.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.28.0...@quenty/deathreport@3.29.0) (2023-09-04)
|
|
686
|
-
|
|
687
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
103
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
692
104
|
|
|
693
|
-
|
|
105
|
+
## [10.30.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.30.0...@quenty/deathreport@10.30.1) (2025-12-29)
|
|
694
106
|
|
|
695
107
|
**Note:** Version bump only for package @quenty/deathreport
|
|
696
108
|
|
|
109
|
+
# [10.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.29.3...@quenty/deathreport@10.30.0) (2025-12-28)
|
|
697
110
|
|
|
111
|
+
### Features
|
|
698
112
|
|
|
113
|
+
- Update declarations and README.md ([882056f](https://github.com/Quenty/NevermoreEngine/commit/882056f4c012f9855a0581750968993fb18241ed))
|
|
699
114
|
|
|
115
|
+
## [10.29.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.29.2...@quenty/deathreport@10.29.3) (2025-12-28)
|
|
700
116
|
|
|
701
|
-
|
|
117
|
+
### Bug Fixes
|
|
702
118
|
|
|
119
|
+
- Typecheck some more things ([41eaaa6](https://github.com/Quenty/NevermoreEngine/commit/41eaaa6d053c469f7548810da72d05dfbf997b26))
|
|
703
120
|
|
|
704
|
-
|
|
121
|
+
## [10.29.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.29.1...@quenty/deathreport@10.29.2) (2025-11-22)
|
|
705
122
|
|
|
706
|
-
|
|
123
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
707
124
|
|
|
125
|
+
## [10.29.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.29.0...@quenty/deathreport@10.29.1) (2025-11-12)
|
|
708
126
|
|
|
127
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
709
128
|
|
|
129
|
+
# [10.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.28.0...@quenty/deathreport@10.29.0) (2025-10-08)
|
|
710
130
|
|
|
131
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
711
132
|
|
|
712
|
-
# [
|
|
133
|
+
# [10.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.27.0...@quenty/deathreport@10.28.0) (2025-10-01)
|
|
713
134
|
|
|
714
135
|
**Note:** Version bump only for package @quenty/deathreport
|
|
715
136
|
|
|
137
|
+
# [10.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.26.0...@quenty/deathreport@10.27.0) (2025-09-26)
|
|
716
138
|
|
|
139
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
717
140
|
|
|
141
|
+
# [10.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.25.1...@quenty/deathreport@10.26.0) (2025-08-29)
|
|
718
142
|
|
|
143
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
719
144
|
|
|
720
|
-
|
|
145
|
+
## [10.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.25.0...@quenty/deathreport@10.25.1) (2025-08-12)
|
|
721
146
|
|
|
722
147
|
**Note:** Version bump only for package @quenty/deathreport
|
|
723
148
|
|
|
149
|
+
# [10.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.24.0...@quenty/deathreport@10.25.0) (2025-08-07)
|
|
724
150
|
|
|
151
|
+
### Bug Fixes
|
|
725
152
|
|
|
153
|
+
- Fix cyclical dependencies ([b9fbb05](https://github.com/Quenty/NevermoreEngine/commit/b9fbb051253e878b47f292f0462f1e8579115d1c))
|
|
154
|
+
- Fix death report stuff ([4366b56](https://github.com/Quenty/NevermoreEngine/commit/4366b567867a14184b24d8cd7e8164f279eefb54))
|
|
726
155
|
|
|
727
|
-
|
|
728
|
-
## [3.24.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.24.0...@quenty/deathreport@3.24.1) (2023-07-18)
|
|
156
|
+
# [10.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.23.0...@quenty/deathreport@10.24.0) (2025-07-11)
|
|
729
157
|
|
|
730
158
|
**Note:** Version bump only for package @quenty/deathreport
|
|
731
159
|
|
|
160
|
+
# [10.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.22.0...@quenty/deathreport@10.23.0) (2025-05-12)
|
|
732
161
|
|
|
162
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
733
163
|
|
|
164
|
+
# [10.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.21.3...@quenty/deathreport@10.22.0) (2025-05-10)
|
|
734
165
|
|
|
166
|
+
### Bug Fixes
|
|
735
167
|
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
**Note:** Version bump only for package @quenty/deathreport
|
|
168
|
+
- Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
|
|
739
169
|
|
|
170
|
+
## [10.21.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.21.2...@quenty/deathreport@10.21.3) (2025-04-10)
|
|
740
171
|
|
|
172
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
741
173
|
|
|
174
|
+
## [10.21.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.21.0...@quenty/deathreport@10.21.2) (2025-04-07)
|
|
742
175
|
|
|
176
|
+
### Bug Fixes
|
|
743
177
|
|
|
744
|
-
|
|
178
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
179
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
745
180
|
|
|
746
|
-
|
|
181
|
+
## [10.21.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.21.0...@quenty/deathreport@10.21.1) (2025-04-07)
|
|
747
182
|
|
|
183
|
+
### Bug Fixes
|
|
748
184
|
|
|
185
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
749
186
|
|
|
187
|
+
# [10.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.20.2...@quenty/deathreport@10.21.0) (2025-04-02)
|
|
750
188
|
|
|
189
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
751
190
|
|
|
752
|
-
|
|
191
|
+
## [10.20.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.20.1...@quenty/deathreport@10.20.2) (2025-03-31)
|
|
753
192
|
|
|
754
193
|
**Note:** Version bump only for package @quenty/deathreport
|
|
755
194
|
|
|
195
|
+
## [10.20.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.20.0...@quenty/deathreport@10.20.1) (2025-03-21)
|
|
756
196
|
|
|
197
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
757
198
|
|
|
199
|
+
# [10.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.19.0...@quenty/deathreport@10.20.0) (2025-02-18)
|
|
758
200
|
|
|
201
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
759
202
|
|
|
760
|
-
|
|
203
|
+
# [10.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.18.1...@quenty/deathreport@10.19.0) (2025-01-24)
|
|
761
204
|
|
|
762
205
|
**Note:** Version bump only for package @quenty/deathreport
|
|
763
206
|
|
|
207
|
+
## [10.18.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.18.0...@quenty/deathreport@10.18.1) (2025-01-22)
|
|
764
208
|
|
|
209
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
765
210
|
|
|
211
|
+
# [10.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.17.0...@quenty/deathreport@10.18.0) (2024-12-15)
|
|
766
212
|
|
|
213
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
767
214
|
|
|
768
|
-
|
|
215
|
+
# [10.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.16.0...@quenty/deathreport@10.17.0) (2024-12-03)
|
|
769
216
|
|
|
770
217
|
**Note:** Version bump only for package @quenty/deathreport
|
|
771
218
|
|
|
219
|
+
# [10.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.15.0...@quenty/deathreport@10.16.0) (2024-11-13)
|
|
772
220
|
|
|
221
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
773
222
|
|
|
223
|
+
# [10.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.14.0...@quenty/deathreport@10.15.0) (2024-11-12)
|
|
774
224
|
|
|
225
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
775
226
|
|
|
776
|
-
# [
|
|
227
|
+
# [10.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.13.1...@quenty/deathreport@10.14.0) (2024-11-06)
|
|
777
228
|
|
|
778
229
|
**Note:** Version bump only for package @quenty/deathreport
|
|
779
230
|
|
|
231
|
+
## [10.13.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.13.0...@quenty/deathreport@10.13.1) (2024-11-04)
|
|
780
232
|
|
|
233
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
781
234
|
|
|
235
|
+
# [10.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.12.0...@quenty/deathreport@10.13.0) (2024-11-03)
|
|
782
236
|
|
|
237
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
783
238
|
|
|
784
|
-
|
|
239
|
+
# [10.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.11.1...@quenty/deathreport@10.12.0) (2024-10-23)
|
|
785
240
|
|
|
786
241
|
**Note:** Version bump only for package @quenty/deathreport
|
|
787
242
|
|
|
243
|
+
## [10.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.11.0...@quenty/deathreport@10.11.1) (2024-10-09)
|
|
788
244
|
|
|
245
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
789
246
|
|
|
247
|
+
# [10.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.10.1...@quenty/deathreport@10.11.0) (2024-10-06)
|
|
790
248
|
|
|
249
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
791
250
|
|
|
792
|
-
|
|
251
|
+
## [10.10.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.10.0...@quenty/deathreport@10.10.1) (2024-10-04)
|
|
793
252
|
|
|
794
253
|
**Note:** Version bump only for package @quenty/deathreport
|
|
795
254
|
|
|
255
|
+
# [10.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.9.0...@quenty/deathreport@10.10.0) (2024-10-04)
|
|
796
256
|
|
|
257
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
797
258
|
|
|
259
|
+
# [10.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.8.0...@quenty/deathreport@10.9.0) (2024-09-25)
|
|
798
260
|
|
|
261
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
799
262
|
|
|
800
|
-
# [
|
|
263
|
+
# [10.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.7.1...@quenty/deathreport@10.8.0) (2024-09-25)
|
|
801
264
|
|
|
802
265
|
**Note:** Version bump only for package @quenty/deathreport
|
|
803
266
|
|
|
267
|
+
## [10.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.7.0...@quenty/deathreport@10.7.1) (2024-09-20)
|
|
804
268
|
|
|
269
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
805
270
|
|
|
271
|
+
# [10.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.6.0...@quenty/deathreport@10.7.0) (2024-09-12)
|
|
806
272
|
|
|
273
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
807
274
|
|
|
808
|
-
# [
|
|
275
|
+
# [10.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.5.0...@quenty/deathreport@10.6.0) (2024-08-09)
|
|
809
276
|
|
|
810
277
|
**Note:** Version bump only for package @quenty/deathreport
|
|
811
278
|
|
|
279
|
+
# [10.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.4.0...@quenty/deathreport@10.5.0) (2024-05-09)
|
|
280
|
+
|
|
281
|
+
### Bug Fixes
|
|
812
282
|
|
|
283
|
+
- Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
813
284
|
|
|
285
|
+
# [10.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.3.0...@quenty/deathreport@10.4.0) (2024-05-03)
|
|
814
286
|
|
|
287
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
815
288
|
|
|
816
|
-
# [3.
|
|
289
|
+
# [10.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.2.0...@quenty/deathreport@10.3.0) (2024-04-27)
|
|
817
290
|
|
|
818
291
|
**Note:** Version bump only for package @quenty/deathreport
|
|
819
292
|
|
|
293
|
+
# [10.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.1.0...@quenty/deathreport@10.2.0) (2024-03-27)
|
|
820
294
|
|
|
295
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
821
296
|
|
|
297
|
+
# [10.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@10.0.0...@quenty/deathreport@10.1.0) (2024-03-09)
|
|
822
298
|
|
|
299
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
823
300
|
|
|
824
|
-
# [
|
|
301
|
+
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@9.0.0...@quenty/deathreport@10.0.0) (2024-02-14)
|
|
825
302
|
|
|
826
303
|
**Note:** Version bump only for package @quenty/deathreport
|
|
827
304
|
|
|
305
|
+
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@8.0.0...@quenty/deathreport@9.0.0) (2024-02-13)
|
|
306
|
+
|
|
307
|
+
### Bug Fixes
|
|
828
308
|
|
|
309
|
+
- Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
829
310
|
|
|
311
|
+
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@7.0.0...@quenty/deathreport@8.0.0) (2024-02-13)
|
|
830
312
|
|
|
313
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
831
314
|
|
|
832
|
-
|
|
315
|
+
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@6.0.0...@quenty/deathreport@7.0.0) (2024-02-13)
|
|
833
316
|
|
|
834
317
|
**Note:** Version bump only for package @quenty/deathreport
|
|
835
318
|
|
|
319
|
+
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@5.0.0...@quenty/deathreport@6.0.0) (2024-01-10)
|
|
836
320
|
|
|
321
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
837
322
|
|
|
323
|
+
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.5.0...@quenty/deathreport@5.0.0) (2024-01-08)
|
|
838
324
|
|
|
325
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
839
326
|
|
|
840
|
-
# [
|
|
327
|
+
# [4.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.4.0...@quenty/deathreport@4.5.0) (2024-01-08)
|
|
841
328
|
|
|
842
329
|
**Note:** Version bump only for package @quenty/deathreport
|
|
843
330
|
|
|
331
|
+
# [4.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.3.0...@quenty/deathreport@4.4.0) (2023-12-28)
|
|
844
332
|
|
|
333
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
845
334
|
|
|
335
|
+
# [4.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.2.0...@quenty/deathreport@4.3.0) (2023-12-14)
|
|
846
336
|
|
|
337
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
847
338
|
|
|
848
|
-
# [
|
|
339
|
+
# [4.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.1.1...@quenty/deathreport@4.2.0) (2023-12-14)
|
|
849
340
|
|
|
850
341
|
**Note:** Version bump only for package @quenty/deathreport
|
|
851
342
|
|
|
343
|
+
## [4.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.1.0...@quenty/deathreport@4.1.1) (2023-10-28)
|
|
852
344
|
|
|
345
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
853
346
|
|
|
347
|
+
# [4.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.0.1...@quenty/deathreport@4.1.0) (2023-10-18)
|
|
854
348
|
|
|
349
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
855
350
|
|
|
856
|
-
|
|
351
|
+
## [4.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@4.0.0...@quenty/deathreport@4.0.1) (2023-10-11)
|
|
857
352
|
|
|
858
353
|
**Note:** Version bump only for package @quenty/deathreport
|
|
859
354
|
|
|
355
|
+
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.30.0...@quenty/deathreport@4.0.0) (2023-10-11)
|
|
860
356
|
|
|
357
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
861
358
|
|
|
359
|
+
# [3.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.29.0...@quenty/deathreport@3.30.0) (2023-09-21)
|
|
862
360
|
|
|
361
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
863
362
|
|
|
864
|
-
# [3.
|
|
363
|
+
# [3.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.28.0...@quenty/deathreport@3.29.0) (2023-09-04)
|
|
865
364
|
|
|
866
365
|
**Note:** Version bump only for package @quenty/deathreport
|
|
867
366
|
|
|
367
|
+
# [3.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.27.0...@quenty/deathreport@3.28.0) (2023-08-23)
|
|
368
|
+
|
|
369
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
868
370
|
|
|
371
|
+
# [3.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.26.0...@quenty/deathreport@3.27.0) (2023-08-01)
|
|
869
372
|
|
|
373
|
+
### Features
|
|
870
374
|
|
|
375
|
+
- Add DeathReportServiceClient:ObserveCharacterKillerReports(character) and DeathReportServiceClient:ObserveCharacterDeathReports(character) ([1c1d32e](https://github.com/Quenty/NevermoreEngine/commit/1c1d32eb0bae543b11a06e022aa400a40b6be73f))
|
|
871
376
|
|
|
872
|
-
# [3.
|
|
377
|
+
# [3.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.25.0...@quenty/deathreport@3.26.0) (2023-07-28)
|
|
873
378
|
|
|
874
379
|
**Note:** Version bump only for package @quenty/deathreport
|
|
875
380
|
|
|
381
|
+
# [3.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.24.1...@quenty/deathreport@3.25.0) (2023-07-23)
|
|
876
382
|
|
|
383
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
877
384
|
|
|
385
|
+
## [3.24.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.24.0...@quenty/deathreport@3.24.1) (2023-07-18)
|
|
878
386
|
|
|
387
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
879
388
|
|
|
880
|
-
# [3.
|
|
389
|
+
# [3.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.23.1...@quenty/deathreport@3.24.0) (2023-07-15)
|
|
881
390
|
|
|
882
391
|
**Note:** Version bump only for package @quenty/deathreport
|
|
883
392
|
|
|
393
|
+
## [3.23.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.23.0...@quenty/deathreport@3.23.1) (2023-07-11)
|
|
884
394
|
|
|
395
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
885
396
|
|
|
397
|
+
# [3.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.22.2...@quenty/deathreport@3.23.0) (2023-07-10)
|
|
886
398
|
|
|
399
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
887
400
|
|
|
888
|
-
|
|
401
|
+
## [3.22.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.22.1...@quenty/deathreport@3.22.2) (2023-07-03)
|
|
889
402
|
|
|
890
403
|
**Note:** Version bump only for package @quenty/deathreport
|
|
891
404
|
|
|
405
|
+
## [3.22.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.22.0...@quenty/deathreport@3.22.1) (2023-06-24)
|
|
892
406
|
|
|
407
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
893
408
|
|
|
409
|
+
# [3.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.21.1...@quenty/deathreport@3.22.0) (2023-06-24)
|
|
894
410
|
|
|
411
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
895
412
|
|
|
896
|
-
|
|
413
|
+
## [3.21.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.21.0...@quenty/deathreport@3.21.1) (2023-06-23)
|
|
897
414
|
|
|
898
415
|
**Note:** Version bump only for package @quenty/deathreport
|
|
899
416
|
|
|
417
|
+
# [3.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.20.0...@quenty/deathreport@3.21.0) (2023-06-17)
|
|
900
418
|
|
|
419
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
901
420
|
|
|
421
|
+
# [3.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.19.0...@quenty/deathreport@3.20.0) (2023-06-05)
|
|
902
422
|
|
|
423
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
903
424
|
|
|
904
|
-
|
|
425
|
+
# [3.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.18.0...@quenty/deathreport@3.19.0) (2023-05-26)
|
|
905
426
|
|
|
906
427
|
**Note:** Version bump only for package @quenty/deathreport
|
|
907
428
|
|
|
429
|
+
# [3.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.17.0...@quenty/deathreport@3.18.0) (2023-05-08)
|
|
908
430
|
|
|
431
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
909
432
|
|
|
433
|
+
# [3.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.16.1...@quenty/deathreport@3.17.0) (2023-04-10)
|
|
910
434
|
|
|
435
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
911
436
|
|
|
912
|
-
|
|
437
|
+
## [3.16.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.16.0...@quenty/deathreport@3.16.1) (2023-04-07)
|
|
913
438
|
|
|
914
439
|
**Note:** Version bump only for package @quenty/deathreport
|
|
915
440
|
|
|
441
|
+
# [3.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.15.0...@quenty/deathreport@3.16.0) (2023-04-06)
|
|
916
442
|
|
|
443
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
917
444
|
|
|
445
|
+
# [3.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.14.0...@quenty/deathreport@3.15.0) (2023-04-03)
|
|
918
446
|
|
|
447
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
919
448
|
|
|
920
|
-
|
|
449
|
+
# [3.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.13.0...@quenty/deathreport@3.14.0) (2023-03-31)
|
|
921
450
|
|
|
922
451
|
**Note:** Version bump only for package @quenty/deathreport
|
|
923
452
|
|
|
453
|
+
# [3.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.12.0...@quenty/deathreport@3.13.0) (2023-03-31)
|
|
924
454
|
|
|
455
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
925
456
|
|
|
457
|
+
# [3.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.11.0...@quenty/deathreport@3.12.0) (2023-03-05)
|
|
926
458
|
|
|
459
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
927
460
|
|
|
928
|
-
# [3.
|
|
461
|
+
# [3.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.10.0...@quenty/deathreport@3.11.0) (2023-02-27)
|
|
929
462
|
|
|
930
463
|
**Note:** Version bump only for package @quenty/deathreport
|
|
931
464
|
|
|
465
|
+
# [3.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.9.0...@quenty/deathreport@3.10.0) (2023-02-21)
|
|
932
466
|
|
|
467
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
933
468
|
|
|
469
|
+
# [3.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.8.1...@quenty/deathreport@3.9.0) (2023-01-11)
|
|
934
470
|
|
|
471
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
935
472
|
|
|
936
|
-
|
|
473
|
+
## [3.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.8.0...@quenty/deathreport@3.8.1) (2023-01-03)
|
|
937
474
|
|
|
938
475
|
**Note:** Version bump only for package @quenty/deathreport
|
|
939
476
|
|
|
477
|
+
# [3.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.7.1...@quenty/deathreport@3.8.0) (2023-01-01)
|
|
940
478
|
|
|
479
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
941
480
|
|
|
481
|
+
## [3.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.7.0...@quenty/deathreport@3.7.1) (2022-12-27)
|
|
942
482
|
|
|
483
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
943
484
|
|
|
944
|
-
# [3.
|
|
485
|
+
# [3.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.6.0...@quenty/deathreport@3.7.0) (2022-12-06)
|
|
945
486
|
|
|
946
487
|
**Note:** Version bump only for package @quenty/deathreport
|
|
947
488
|
|
|
489
|
+
# [3.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.5.0...@quenty/deathreport@3.6.0) (2022-12-05)
|
|
948
490
|
|
|
491
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
949
492
|
|
|
493
|
+
# [3.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.4.0...@quenty/deathreport@3.5.0) (2022-11-19)
|
|
950
494
|
|
|
495
|
+
**Note:** Version bump only for package @quenty/deathreport
|
|
951
496
|
|
|
952
497
|
# [3.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.3.1...@quenty/deathreport@3.4.0) (2022-11-12)
|
|
953
498
|
|
|
954
|
-
|
|
955
499
|
### Features
|
|
956
500
|
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
501
|
+
- Binder provider now provides name for debugging ([72d547e](https://github.com/Quenty/NevermoreEngine/commit/72d547ea47358dfab1128dd076723f5a1a0d9fd8))
|
|
962
502
|
|
|
963
503
|
## [3.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.3.0...@quenty/deathreport@3.3.1) (2022-11-04)
|
|
964
504
|
|
|
965
505
|
**Note:** Version bump only for package @quenty/deathreport
|
|
966
506
|
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
507
|
# [3.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.2.0...@quenty/deathreport@3.3.0) (2022-10-30)
|
|
972
508
|
|
|
973
509
|
**Note:** Version bump only for package @quenty/deathreport
|
|
974
510
|
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
511
|
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.1.0...@quenty/deathreport@3.2.0) (2022-10-23)
|
|
980
512
|
|
|
981
513
|
**Note:** Version bump only for package @quenty/deathreport
|
|
982
514
|
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
515
|
# [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@3.0.0...@quenty/deathreport@3.1.0) (2022-10-11)
|
|
988
516
|
|
|
989
|
-
|
|
990
517
|
### Bug Fixes
|
|
991
518
|
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
519
|
+
- Remove init.meta.json since it breaks in team create ([cba21e6](https://github.com/Quenty/NevermoreEngine/commit/cba21e602b50ea3799044eae9cb690d1cd9c88ec))
|
|
997
520
|
|
|
998
521
|
# [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@2.1.0...@quenty/deathreport@3.0.0) (2022-09-27)
|
|
999
522
|
|
|
1000
|
-
|
|
1001
523
|
### Bug Fixes
|
|
1002
524
|
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
525
|
+
- Hide server code by default from replication using cameras and init.meta.json. ([5636dd8](https://github.com/Quenty/NevermoreEngine/commit/5636dd8cafe68db4571ed214a82b84698f2f74c0))
|
|
526
|
+
- Remove unnecessary node_modules in deathreport ([a33f103](https://github.com/Quenty/NevermoreEngine/commit/a33f10345f5cc7c46cbb5bc074062b67a149cdad))
|
|
1009
527
|
|
|
1010
528
|
# [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@2.0.1...@quenty/deathreport@2.1.0) (2022-08-22)
|
|
1011
529
|
|
|
1012
530
|
**Note:** Version bump only for package @quenty/deathreport
|
|
1013
531
|
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
532
|
## [2.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@2.0.0...@quenty/deathreport@2.0.1) (2022-08-16)
|
|
1019
533
|
|
|
1020
534
|
**Note:** Version bump only for package @quenty/deathreport
|
|
1021
535
|
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
536
|
# [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@1.4.0...@quenty/deathreport@2.0.0) (2022-08-14)
|
|
1027
537
|
|
|
1028
|
-
|
|
1029
538
|
### Features
|
|
1030
539
|
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
540
|
+
- Add ServiceName to most services for faster debugging ([39fc3f4](https://github.com/Quenty/NevermoreEngine/commit/39fc3f4f2beb92fff49b2264424e07af7907324e))
|
|
1036
541
|
|
|
1037
542
|
# [1.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@1.3.0...@quenty/deathreport@1.4.0) (2022-07-31)
|
|
1038
543
|
|
|
1039
|
-
|
|
1040
544
|
### Features
|
|
1041
545
|
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
546
|
+
- Add DeathReport support for weapon data ([010d5bd](https://github.com/Quenty/NevermoreEngine/commit/010d5bd760b456f52d1c50a5f6302e512ed57677))
|
|
1047
547
|
|
|
1048
548
|
# [1.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@1.2.0...@quenty/deathreport@1.3.0) (2022-07-02)
|
|
1049
549
|
|
|
1050
550
|
**Note:** Version bump only for package @quenty/deathreport
|
|
1051
551
|
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
552
|
# [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/deathreport@1.1.0...@quenty/deathreport@1.2.0) (2022-06-24)
|
|
1057
553
|
|
|
1058
554
|
**Note:** Version bump only for package @quenty/deathreport
|
|
1059
555
|
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
556
|
# 1.1.0 (2022-06-21)
|
|
1065
557
|
|
|
1066
|
-
|
|
1067
558
|
### Features
|
|
1068
559
|
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
560
|
+
- Add DeathReport package ([1ce7320](https://github.com/Quenty/NevermoreEngine/commit/1ce7320e56c2fca135191ef01f16ee5a81445bfe))
|
|
561
|
+
- Add DeathReport service ([1d016e5](https://github.com/Quenty/NevermoreEngine/commit/1d016e5e0cca8e9d4e4e766b43e3c35bdf7993a4))
|
|
1075
562
|
|
|
1076
563
|
# v1.1.0 (Tue Jun 21 2022)
|
|
1077
564
|
|