@dreamsengine/dreams-ad-engine 0.1.2 → 0.1.4

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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -29,3 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
  ### Fixed
30
30
 
31
31
  - Fixed refresh in slot when apstag is used
32
+
33
+ ## [0.1.3] - 2024-11-11
34
+
35
+ ### Fixed
36
+
37
+ - Fixed interstitial display
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamsengine/dreams-ad-engine",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "license": "GPL-3.0",
6
6
  "main": "./dist/dreams-ad-engine.js",