@goodgamestudios/cxf-plugins 0.99.0 → 0.99.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.99.2](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.99.1...v0.99.2) (2024-08-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **RA-57953:** reverted manual interstitials release for BigFarm. It's supposed to load version 0.14.3 again. The previous revert to 0.13.0 turned out to not fix the current revenue problem ([ae67f26](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/ae67f267fdccb5e5de13e2dfcf56a91f6d6dd5f8))
7
+
8
+ ## [0.99.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.99.0...v0.99.1) (2024-08-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **RA-57953:** reverted manual interstitials release for BigFarm. It's supposed to load version 0.130.0 instead of 0.14.3. To check if that fixes the current problem with the low income ([c0111f4](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/c0111f445fffc9e73fd83692b872d535e300559a))
14
+
1
15
  # [0.99.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.98.1...v0.99.0) (2024-07-24)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodgamestudios/cxf-plugins",
3
- "version": "0.99.0",
3
+ "version": "0.99.2",
4
4
  "description": "List of plugins that will be installed by CXF",
5
5
  "author": "Davide de Paolis ddepaolis@goodgamestudios.com",
6
6
  "license": "UNLICENSED",