Skip to content

Commit cdc9346

Browse files
committed
Chore: release version 2.9.2
1 parent ed2a9a9 commit cdc9346

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ A __lightweight__ & __gdpr/ccpa compliant__ cookie consent plugin written in pla
4848

4949
```bash
5050
# CDN links
51-
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.js
52-
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.css
51+
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.2/dist/cookieconsent.js
52+
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.2/dist/cookieconsent.css
5353
```
5454

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

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.9.1",
3+
"version": "v2.9.2",
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.9.1
2+
* CookieConsent v2.9.2
33
* https://www.github.com/orestbida/cookieconsent
44
* Author Orest Bida
55
* Released under the MIT License

0 commit comments

Comments
 (0)