From f39fe6eea7f14bfd89f63fc16513c41f3ff2fa98 Mon Sep 17 00:00:00 2001 From: Marco Cosentino Date: Tue, 21 Nov 2023 17:51:26 +0100 Subject: [PATCH] Release v1.0.52 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40e2b912..83a0b5f7 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,12 @@ Using our CDN has the advantage of patch updates being automatically deployed wi You may also choose to download the latest release (and host on your own CDN) in a pre-built, minified version from Github: -* [https://github.com/id5io/id5-api.js/releases/download/v1.0.50/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.50/id5-api.js) +* [https://github.com/id5io/id5-api.js/releases/download/v1.0.52/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.52/id5-api.js) Alternatively, we also publish the minified bundle to NPM: ```json "dependencies": { - "@id5io/id5-api.js": "^1.0.50" + "@id5io/id5-api.js": "^1.0.52" }, ``` After running `npm install` you can find the bundle at @@ -139,7 +139,7 @@ id5Status.onAvailable((status) => { "author": "", "license": "Apache-2.0", "dependencies": { - "@id5io/id5-api.js": "^1.0.50" + "@id5io/id5-api.js": "^1.0.52" }, "devDependencies": { "@babel/core": "^7.14.3", diff --git a/package.json b/package.json index 079f3915..f6377668 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@id5io/id5-api.js", - "version": "1.0.50", + "version": "1.0.52", "description": "The ID5 API is designed to make accessing the ID5 Universal ID simple for publishers, advertisers, and their ad tech vendors. The ID5 Universal ID is a shared, neutral identifier that publishers, advertisers, and ad tech platforms can use to recognise users even in environments where 3rd party cookies are not available. For more information, visit https://id5.io/universal-id.", "homepage": "https://id5.io/", "exports": "./lib/id5-api.js",