@goodgamestudios/cxf-plugins 0.66.1-qa.1 → 0.67.0-qa.1
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [0.67.0-qa.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.66.1...v0.67.0-qa.1) (2022-10-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* :bookmark: new version for ad banners, interstitials and events ([5877b36](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/5877b3643dd49bc1688be863b44ed53f90614381))
|
|
7
|
+
|
|
8
|
+
## [0.66.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.66.0...v0.66.1) (2022-10-14)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* new fix commit to allow semantic release to deploy again ([3f7f2ab](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/3f7f2abef3c3b4675a91ef5f86c87b663408b0d7))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Reverts
|
|
17
|
+
|
|
18
|
+
* fixed cxf-webshop version ([1045928](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/1045928364e7f645fabd3f976ff1b953984e65cf))
|
|
19
|
+
|
|
1
20
|
## [0.66.1-qa.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.66.0...v0.66.1-qa.1) (2022-10-14)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED