From 4a8cc40cfc17a628161d16d45c37e9fbad338980 Mon Sep 17 00:00:00 2001 From: agoemans Date: Tue, 27 Jul 2021 13:10:28 +0200 Subject: [PATCH] Added missing export as (#36) * Added missing export as Co-authored-by: agoemans --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5146261..d9b6847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# [0.7.1] - 2021-07-27 +### Added +- Added missing 'export as' statement + # [0.7.0] - 2021-07-27 ### Changed - Changed how gd provider checks for ad blocker diff --git a/package-lock.json b/package-lock.json index 4e6395d..d36c061 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@azerion/h5-ad-wrapper", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0237204..66fb065 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@azerion/h5-ad-wrapper", "author": "Azerion", - "version": "0.7.0", + "version": "0.7.1", "description": "Advertisement provider wrapper, similar to @azerion/phaser-ads but not tied into Phaser :)", "contributors": [ {