Skip to content

Commit

Permalink
Release v1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
pkowalski-id5 committed Nov 9, 2022
1 parent 3dc9404 commit bde731f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,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.22/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.22/id5-api.js)
* [https://github.com/id5io/id5-api.js/releases/download/v1.0.23/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.23/id5-api.js)

Alternatively, we also publish the minified bundle to NPM:
```json
"dependencies": {
"@id5io/id5-api.js": "^1.0.22"
"@id5io/id5-api.js": "^1.0.23"
},
```
After running `npm install` you can find the bundle at
Expand Down Expand Up @@ -138,7 +138,7 @@ id5Status.onAvailable((status) => {
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@id5io/id5-api.js": "^1.0.22"
"@id5io/id5-api.js": "^1.0.23"
},
"devDependencies": {
"@babel/core": "^7.14.3",
Expand Down
2 changes: 1 addition & 1 deletion generated/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '1.0.22'
export const version = '1.0.23'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@id5io/id5-api.js",
"version": "1.0.22",
"version": "1.0.23",
"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",
Expand Down

0 comments on commit bde731f

Please sign in to comment.