From 8312cc38eabaaf5ed9ab300c3b20bdd32063d89e Mon Sep 17 00:00:00 2001 From: Newton Koumantzelis Date: Thu, 13 May 2021 15:36:23 -0700 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa70aea..f2c8da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.2.0 (2021-05-13) + + +### Features + +* `runAdAuction` ([#45](https://github.com/MagniteEngineering/fledge.polyfill/issues/45)) ([9e75f5a](https://github.com/MagniteEngineering/fledge.polyfill/commit/9e75f5a9b55df6e2d031fd8e747206ce821569bc)) +* add in reporting functions ([#58](https://github.com/MagniteEngineering/fledge.polyfill/issues/58)) ([11de768](https://github.com/MagniteEngineering/fledge.polyfill/commit/11de76852aa11e06f5e8ea82d8b70858ad74b817)) +* add in support for URL in constructor ([#73](https://github.com/MagniteEngineering/fledge.polyfill/issues/73)) ([6292392](https://github.com/MagniteEngineering/fledge.polyfill/commit/6292392eacc55fcab03253a15fb64d5bc238af29)) +* create interest groups ([#30](https://github.com/MagniteEngineering/fledge.polyfill/issues/30)) ([0ef68ca](https://github.com/MagniteEngineering/fledge.polyfill/commit/0ef68ca9432394365e1d81a91f491c21f6ccb2c3)), closes [#31](https://github.com/MagniteEngineering/fledge.polyfill/issues/31) [#35](https://github.com/MagniteEngineering/fledge.polyfill/issues/35) [#32](https://github.com/MagniteEngineering/fledge.polyfill/issues/32) [#38](https://github.com/MagniteEngineering/fledge.polyfill/issues/38) +* cross-domain iframe post ([#61](https://github.com/MagniteEngineering/fledge.polyfill/issues/61)) ([5cc38ed](https://github.com/MagniteEngineering/fledge.polyfill/commit/5cc38ed5ab2c4910a6577d06d3df84ce58ce6ad5)) +* move to `idb-keyval` ([#72](https://github.com/MagniteEngineering/fledge.polyfill/issues/72)) ([30cbf84](https://github.com/MagniteEngineering/fledge.polyfill/commit/30cbf84af803950923ba956f55dd00d78dab262f)) +* rendering the winning ad ([#53](https://github.com/MagniteEngineering/fledge.polyfill/issues/53)) ([f1c7892](https://github.com/MagniteEngineering/fledge.polyfill/commit/f1c7892bd5ac32f698c63777b3f39b1fc230689a)) + + +### Bug Fixes + +* restrict package to dist ([cdc0404](https://github.com/MagniteEngineering/fledge.polyfill/commit/cdc0404b3a3ef7cfb39ad37a8e96a0465507de86)) + ## 0.1.0 (2021-04-20) diff --git a/package-lock.json b/package-lock.json index 186ae5c..7dfc936 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@magnite/fledge.polyfill", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b2a1bf..5ea5060 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://github.com/MagniteEngineering/fledge.polyfill#readme", "description": "A Fledge JavaScript polyfill", "author": "Newton Koumantzelis", - "version": "0.1.0", + "version": "0.2.0", "main": "dist/api/cjs/index.js", "module": "dist/api/esm/index.js", "files": [