Skip to content

Commit

Permalink
released v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 26, 2023
1 parent 8a1d686 commit 157e8d0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
7 changes: 5 additions & 2 deletions dist/cookie.cjs.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
/**!
* cookiejs v2.1.2
* cookiejs v2.1.3
* A simple, lightweight JavaScript API for handling browser cookies.
*
* Copyright (c) 2023 kenny wong
* https://jaywcjlove.github.io/cookie.js/
* https://github.com/jaywcjlove/cookie.js.git
*
* @website: https://jaywcjlove.github.io/cookie.js/
* Licensed under the MIT license
*/

Expand Down
7 changes: 5 additions & 2 deletions dist/cookie.esm.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
/**!
* cookiejs v2.1.2
* cookiejs v2.1.3
* A simple, lightweight JavaScript API for handling browser cookies.
*
* Copyright (c) 2023 kenny wong
* https://jaywcjlove.github.io/cookie.js/
* https://github.com/jaywcjlove/cookie.js.git
*
* @website: https://jaywcjlove.github.io/cookie.js/
* Licensed under the MIT license
*/

Expand Down
7 changes: 5 additions & 2 deletions dist/cookie.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
/**!
* cookiejs v2.1.2
* cookiejs v2.1.3
* A simple, lightweight JavaScript API for handling browser cookies.
*
* Copyright (c) 2023 kenny wong
* https://jaywcjlove.github.io/cookie.js/
* https://github.com/jaywcjlove/cookie.js.git
*
* @website: https://jaywcjlove.github.io/cookie.js/
* Licensed under the MIT license
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/cookie.min.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": "cookiejs",
"version": "2.1.2",
"version": "2.1.3",
"description": "A simple, lightweight JavaScript API for handling browser cookies.",
"homepage": "https://jaywcjlove.github.io/cookie.js/",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down

0 comments on commit 157e8d0

Please sign in to comment.