Skip to content

Commit 520c5f0

Browse files
committed
Release v2.9.0
1 parent 4f311a7 commit 520c5f0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain ja
4747

4848
```bash
4949
# CDN links
50-
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.8.9/dist/cookieconsent.js
51-
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.8.9/dist/cookieconsent.css
50+
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.0/dist/cookieconsent.js
51+
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.0/dist/cookieconsent.css
5252
```
5353

5454
Thanks to [Till Sanders](https://github.com/tillsanders) for bringing the plugin on npm.

dist/cookieconsent.css

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.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.

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": "v2.8.9",
3+
"version": "v2.9.0",
44
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.",
55
"main": "dist/cookieconsent.js",
66
"files": [

src/cookieconsent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* CookieConsent v2.8.9
2+
* CookieConsent v2.9.0
33
* https://www.github.com/orestbida/cookieconsent
44
* Author Orest Bida
55
* Released under the MIT License

0 commit comments

Comments
 (0)