From cdc934601b0df30db36ae3118c53dbd73327c4e3 Mon Sep 17 00:00:00 2001 From: Orest Bida Date: Mon, 7 Aug 2023 09:50:34 +0200 Subject: [PATCH] Chore: release version 2.9.2 --- Readme.md | 4 ++-- dist/cookieconsent.js | 2 +- package.json | 2 +- src/cookieconsent.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index d6d813d3..7ee5406e 100644 --- a/Readme.md +++ b/Readme.md @@ -48,8 +48,8 @@ A __lightweight__ & __gdpr/ccpa compliant__ cookie consent plugin written in pla ```bash # CDN links - https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.js - https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.css + https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.2/dist/cookieconsent.js + https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.2/dist/cookieconsent.css ``` Thanks to [Till Sanders](https://github.com/tillsanders) for bringing the plugin on npm! diff --git a/dist/cookieconsent.js b/dist/cookieconsent.js index 7c262241..e3f32ab6 100644 --- a/dist/cookieconsent.js +++ b/dist/cookieconsent.js @@ -1,5 +1,5 @@ /*! - * CookieConsent v2.9.1 + * CookieConsent v2.9.2 * https://www.github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License diff --git a/package.json b/package.json index 074e2e04..a5c1685e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-cookieconsent", - "version": "v2.9.1", + "version": "v2.9.2", "description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.", "main": "dist/cookieconsent.js", "files": [ diff --git a/src/cookieconsent.js b/src/cookieconsent.js index 72046199..cf93acde 100644 --- a/src/cookieconsent.js +++ b/src/cookieconsent.js @@ -1,5 +1,5 @@ /*! - * CookieConsent v2.9.1 + * CookieConsent v2.9.2 * https://www.github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License