Skip to content

Commit

Permalink
Chore: release v3.0.0-rc.16
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Jul 5, 2023
1 parent fa01925 commit 0c6807f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -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.15)
[![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)
[![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.
Expand Down
4 changes: 2 additions & 2 deletions docs/essential/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15/dist/cookieconsent.umd.js
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.15/dist/cookieconsent.css
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.16/dist/cookieconsent.umd.js
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.16/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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-cookieconsent",
"version": "3.0.0-rc.15",
"version": "3.0.0-rc.16",
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.",
"main": "dist/cookieconsent.umd.js",
"module": "dist/cookieconsent.esm.js",
Expand Down

1 comment on commit 0c6807f

@vercel
Copy link

@vercel vercel bot commented on 0c6807f Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cookieconsent-docs – ./

cookieconsent.orestbida.com
cookieconsent-docs-git-v30-beta-orest.vercel.app
cookieconsent-docs-orest.vercel.app

Please sign in to comment.