coh-content-db-homecoming 2.0.1 → 2.0.2
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 +7 -1
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +51 -3
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +51 -3
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/resources/images/badges/event/icebreaker.png +0 -0
- package/src/main/resources/images/badges/event/very-naughty.png +0 -0
- package/src/main/resources/images/badges/event/winter-weathered.png +0 -0
- package/src/main/ts/badge/event/_event-badges.ts +222 -216
- package/src/main/ts/badge/event/icebreaker.ts +17 -0
- package/src/main/ts/badge/event/very-naughty.ts +17 -0
- package/src/main/ts/badge/event/winter-weathered.ts +16 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.0.2] - 2026-01-06
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- [#183](https://github.com/n15g/coh-content-db-homecoming/pull/183) - Winter Event 2025
|
|
13
|
+
|
|
8
14
|
## [2.0.1] - 2026-01-06
|
|
9
15
|
|
|
10
16
|
### Fixed
|
|
@@ -15,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
21
|
|
|
16
22
|
### Added
|
|
17
23
|
|
|
18
|
-
- [#
|
|
24
|
+
- [#182](https://github.com/n15g/coh-content-db-homecoming/pull/182) - Issue 28, Page 3
|
|
19
25
|
- [#177](https://github.com/n15g/coh-content-db-homecoming/pull/177) - Issue 28, Page 2
|
|
20
26
|
- [#176](https://github.com/n15g/coh-content-db-homecoming/pull/176) - 2025 Anniversary badges
|
|
21
27
|
- Mission and Contact data.
|
package/dist/bundle.head.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"Homecoming","version":"2.0.
|
|
1
|
+
{"name":"Homecoming","version":"2.0.2","lastUpdateTime":"2026-01-05T21:06:02.884Z","description":"Content data for the CoH: Homecoming server.","repositoryUrl":"https://github.com/n15g/coh-content-db-homecoming","changelogUrl":"https://github.com/n15g/coh-content-db-homecoming/blob/master/CHANGELOG.md","links":[{"title":"Homecoming Forums","href":"https://forums.homecomingservers.com/"}]}
|