coh-content-db-homecoming 2.0.0-rc.10 → 2.0.0-rc.12
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 +3 -1
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +5 -5
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +5 -5
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/ts/badge/accomplishment/staring-into-the-abyss.ts +1 -1
- package/src/main/ts/badge/defeat/two-birds-one-stone.ts +2 -2
- /package/src/main/resources/images/badges/defeat/{blackwing.png → two-birds-one-stone.png} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ 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.0-rc.
|
|
8
|
+
## [2.0.0-rc.12] - 2025-06-25
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
@@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
23
23
|
|
|
24
24
|
### Changed
|
|
25
25
|
|
|
26
|
+
- [#179](https://github.com/n15g/coh-content-db-homecoming/pull/179) - Icon Fixes
|
|
27
|
+
- [#178](https://github.com/n15g/coh-content-db-homecoming/pull/178) - Fix Two Birds, One Stone badge title
|
|
26
28
|
- Updated to [coh-content-db:2.0.0](https://github.com/n15g/coh-content-db) data model.
|
|
27
29
|
- Changed license from GNU to [The Unlicense](https://unlicense.org/).
|
|
28
30
|
- Switched the build system from Webpack to Rollup.
|
package/dist/bundle.head.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"Homecoming","version":"2.0.0-rc.
|
|
1
|
+
{"name":"Homecoming","version":"2.0.0-rc.12","lastUpdateTime":"2025-06-25T10:13:25.356Z","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/"}]}
|