Skip to content

Commit

Permalink
Merge pull request #338 from orestbida/v2.8
Browse files Browse the repository at this point in the history
v2.8.2
  • Loading branch information
orestbida authored Jul 2, 2022
2 parents bfa1579 + 4e5de95 commit 4a2f576
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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/[email protected].1/dist/cookieconsent.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].1/dist/cookieconsent.css
https://cdn.jsdelivr.net/gh/orestbida/[email protected].2/dist/cookieconsent.js
https://cdn.jsdelivr.net/gh/orestbida/[email protected].2/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.js

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-cookieconsent",
"version": "v2.8.1",
"version": "v2.8.2",
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.",
"main": "dist/cookieconsent.js",
"files": [
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://tillsanders@github.com/tillsanders/cookieconsent.git"
"url": "git+https://github.com/orestbida/cookieconsent.git"
},
"keywords": [
"cookie",
Expand All @@ -28,5 +28,5 @@
"bugs": {
"url": "https://github.com/orestbida/cookieconsent/issues"
},
"homepage": "https://github.com/orestbida/cookieconsent"
"homepage": "https://github.com/orestbida/cookieconsent/tree/v2.8"
}
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.1
* CookieConsent v2.8.2
* https://www.github.com/orestbida/cookieconsent
* Author Orest Bida
* Released under the MIT License
Expand Down

0 comments on commit 4a2f576

Please sign in to comment.