Skip to content

Commit

Permalink
Release v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Apr 21, 2023
1 parent 4f311a7 commit 520c5f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ A __lightweight__ & __gdpr compliant__ cookie consent plugin written in plain ja

```bash
# CDN links
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.8.9/dist/cookieconsent.js
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.8.9/dist/cookieconsent.css
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.0/dist/cookieconsent.js
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.0/dist/cookieconsent.css
```

Thanks to [Till Sanders](https://github.com/tillsanders) for bringing the plugin on npm.
Expand Down
2 changes: 1 addition & 1 deletion dist/cookieconsent.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cookieconsent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "v2.8.9",
"version": "v2.9.0",
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.",
"main": "dist/cookieconsent.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/cookieconsent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* CookieConsent v2.8.9
* CookieConsent v2.9.0
* https://www.github.com/orestbida/cookieconsent
* Author Orest Bida
* Released under the MIT License
Expand Down

0 comments on commit 520c5f0

Please sign in to comment.