From c5a64e239fe7bb710cfa6e0b8909bbab7e7135d8 Mon Sep 17 00:00:00 2001 From: Orest Bida Date: Mon, 29 May 2023 22:36:33 +0200 Subject: [PATCH] Release v3.0.0-rc.14 --- Readme.md | 2 +- dist/cookieconsent.esm.js | 2 +- dist/cookieconsent.umd.js | 2 +- dist/core/cookieconsent-core.esm.js | 2 +- dist/core/cookieconsent-core.umd.js | 2 +- docs/essential/getting-started.md | 4 ++-- package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index f6b88385..a85a9f00 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # CookieConsent v3 [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) -[![Latest version](https://img.shields.io/github/package-json/v/orestbida/cookieconsent/v3.0-beta?color=2b4eed&label=Release)](https://github.com/orestbida/cookieconsent/releases/v3.0.0-rc.13) +[![Latest version](https://img.shields.io/github/package-json/v/orestbida/cookieconsent/v3.0-beta?color=2b4eed&label=Release)](https://github.com/orestbida/cookieconsent/releases/v3.0.0-rc.14) [![CircleCI](https://dl.circleci.com/status-badge/img/gh/orestbida/cookieconsent/tree/v3%2E0-beta.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/orestbida/cookieconsent/tree/v3%2E0-beta) A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain javascript. diff --git a/dist/cookieconsent.esm.js b/dist/cookieconsent.esm.js index aa3c6190..acc04f64 100644 --- a/dist/cookieconsent.esm.js +++ b/dist/cookieconsent.esm.js @@ -1,5 +1,5 @@ /*! -* CookieConsent 3.0.0-rc.13 +* CookieConsent 3.0.0-rc.14 * https://github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License diff --git a/dist/cookieconsent.umd.js b/dist/cookieconsent.umd.js index 2232b4fb..9dfcc2dc 100644 --- a/dist/cookieconsent.umd.js +++ b/dist/cookieconsent.umd.js @@ -1,5 +1,5 @@ /*! -* CookieConsent 3.0.0-rc.13 +* CookieConsent 3.0.0-rc.14 * https://github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License diff --git a/dist/core/cookieconsent-core.esm.js b/dist/core/cookieconsent-core.esm.js index 9d43d412..749c567f 100644 --- a/dist/core/cookieconsent-core.esm.js +++ b/dist/core/cookieconsent-core.esm.js @@ -1,5 +1,5 @@ /*! -* CookieConsent 3.0.0-rc.13 +* CookieConsent 3.0.0-rc.14 * https://github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License diff --git a/dist/core/cookieconsent-core.umd.js b/dist/core/cookieconsent-core.umd.js index e168d8c7..4d40d603 100644 --- a/dist/core/cookieconsent-core.umd.js +++ b/dist/core/cookieconsent-core.umd.js @@ -1,5 +1,5 @@ /*! -* CookieConsent 3.0.0-rc.13 +* CookieConsent 3.0.0-rc.14 * https://github.com/orestbida/cookieconsent * Author Orest Bida * Released under the MIT License diff --git a/docs/essential/getting-started.md b/docs/essential/getting-started.md index 51624c86..af1cfe71 100644 --- a/docs/essential/getting-started.md +++ b/docs/essential/getting-started.md @@ -18,8 +18,8 @@ You can download/import the plugin using one of the following methods: 2. Use the CDN hosted version. ``` - https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.13/dist/cookieconsent.umd.js - https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.13/dist/cookieconsent.css + https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.14/dist/cookieconsent.umd.js + https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.14/dist/cookieconsent.css ``` 3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases/latest) from github and use the optimized files located in the `dist` folder. diff --git a/package.json b/package.json index ed38a9bd..e5de3526 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-cookieconsent", - "version": "3.0.0-rc.13", + "version": "3.0.0-rc.14", "description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.", "main": "dist/cookieconsent.umd.js", "module": "dist/cookieconsent.esm.js",