@ax2/gpt-ads-module
Advanced tools
+10
-0
@@ -5,2 +5,12 @@ # Change Log | ||
| <a name="0.5.1"></a> | ||
| ## [0.5.1](https://github.com/ax2inc/gpt-ads-module/compare/v0.5.0...v0.5.1) (2018-10-11) | ||
| ### Bug Fixes | ||
| * Prevent error with size mappings that have a single size definition ([616b250](https://github.com/ax2inc/gpt-ads-module/commit/616b250)) | ||
| <a name="0.5.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.5.0](https://github.com/ax2inc/gpt-ads-module/compare/v0.4.1...v0.5.0) (2018-10-11) |
@@ -68,3 +68,3 @@ export default { | ||
| } | ||
| const [size] = baseSize; | ||
| const size = Array.isArray(baseSize[0]) ? baseSize[0] : [baseSize[0], baseSize[1]]; | ||
| const [width, height] = size; | ||
@@ -71,0 +71,0 @@ return { |
+1
-1
| { | ||
| "name": "@ax2/gpt-ads-module", | ||
| "version": "0.5.0", | ||
| "version": "0.5.1", | ||
| "description": "Google Publisher Tag ads integration for Nuxt", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
19085
1.75%