Skip to content

Commit c5a64e2

Browse files
committed
Release v3.0.0-rc.14
1 parent f9cf399 commit c5a64e2

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CookieConsent v3
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
4-
[![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)
4+
[![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)
55
[![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)
66

77
A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain javascript.

dist/cookieconsent.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cookieconsent.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core/cookieconsent-core.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core/cookieconsent-core.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/essential/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ You can download/import the plugin using one of the following methods:
1818

1919
2. Use the CDN hosted version.
2020
```
21-
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.13/dist/cookieconsent.umd.js
22-
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.13/dist/cookieconsent.css
21+
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.14/dist/cookieconsent.umd.js
22+
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.14/dist/cookieconsent.css
2323
```
2424
3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases/latest) from github and use the optimized files located in the `dist` folder.
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-cookieconsent",
3-
"version": "3.0.0-rc.13",
3+
"version": "3.0.0-rc.14",
44
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.",
55
"main": "dist/cookieconsent.umd.js",
66
"module": "dist/cookieconsent.esm.js",

0 commit comments

Comments
 (0)