diff --git a/dist/cookieconsent.esm.js b/dist/cookieconsent.esm.js index c2e06e55..2af051a9 100644 --- a/dist/cookieconsent.esm.js +++ b/dist/cookieconsent.esm.js @@ -1,5 +1,5 @@ /*! -* CookieConsent 3.0.0 +* CookieConsent 3.0.1 * 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 6fe8529d..1edeb4fc 100644 --- a/dist/cookieconsent.umd.js +++ b/dist/cookieconsent.umd.js @@ -1,5 +1,5 @@ /*! -* CookieConsent 3.0.0 +* CookieConsent 3.0.1 * 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 0badd67c..f9ccc8fa 100644 --- a/dist/core/cookieconsent-core.esm.js +++ b/dist/core/cookieconsent-core.esm.js @@ -1,5 +1,5 @@ /*! -* CookieConsent 3.0.0 +* CookieConsent 3.0.1 * 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 80a3e773..412818fb 100644 --- a/dist/core/cookieconsent-core.umd.js +++ b/dist/core/cookieconsent-core.umd.js @@ -1,5 +1,5 @@ /*! -* CookieConsent 3.0.0 +* CookieConsent 3.0.1 * 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 14f12dd1..abf1c5db 100644 --- a/docs/essential/getting-started.md +++ b/docs/essential/getting-started.md @@ -12,15 +12,15 @@ You can download/import the plugin using one of the following methods: ::: code-group ```sh [npm] - npm i vanilla-cookieconsent@v3.0.0 + npm i vanilla-cookieconsent@3.0.1 ``` ```sh [pnpm] - pnpm add vanilla-cookieconsent@v3.0.0 + pnpm add vanilla-cookieconsent@3.0.1 ``` ```sh [yarn] - yarn add vanilla-cookieconsent@v3.0.0 + yarn add vanilla-cookieconsent@3.0.1 ``` ::: @@ -31,12 +31,12 @@ You can download/import the plugin using one of the following methods: stylesheet: ``` - https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.css + https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.css ``` script: ``` - https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.umd.js + https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.umd.js ``` 3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases?q=cookieconsent+v3) from github and use the optimized files located in the `dist` folder. @@ -58,7 +58,7 @@ Add the stylesheet in the head section. Create a new file — `cookieconsent-con - + @@ -70,7 +70,7 @@ Add the stylesheet in the head section. Create a new file — `cookieconsent-con Import and [configure](#configuration) the plugin inside `cookieconsent-config.js`: ```javascript{1} -import 'https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.umd.js'; +import 'https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.umd.js'; CookieConsent.run({ // your config. goes here (required) diff --git a/package.json b/package.json index 743d9b4b..d5a026ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-cookieconsent", - "version": "3.0.0", + "version": "3.0.1", "description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.", "main": "dist/cookieconsent.umd.js", "module": "dist/cookieconsent.esm.js", @@ -60,4 +60,4 @@ "\\.[jt]sx?$": "babel-jest" } } -} +} \ No newline at end of file