@goodgamestudios/cxf-plugins 0.98.1 → 0.99.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [0.99.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.98.1...v0.99.0) (2024-07-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * **Manual Interstitials:** semantic-release doesnt let me deploy a new version, trying to fix that... ([5303eb3](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/5303eb325e8ac8af1271416dc1d979d53ebfef08))
7
+
1
8
  ## [0.98.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.98.0...v0.98.1) (2024-07-24)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodgamestudios/cxf-plugins",
3
- "version": "0.98.1",
3
+ "version": "0.99.0",
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",