Skip to content

Commit 0c6807f

Browse files
committed
Chore: release v3.0.0-rc.16
1 parent fa01925 commit 0c6807f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.15)
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.16)
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.

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.15/dist/cookieconsent.umd.js
22-
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.15/dist/cookieconsent.css
21+
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.16/dist/cookieconsent.umd.js
22+
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.16/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.15",
3+
"version": "3.0.0-rc.16",
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)