Skip to content

Commit fd724ca

Browse files
committed
Updating version and changelog
1 parent 82c93eb commit fd724ca

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
1.3.1
2+
-----
3+
- Fixing issue where it was no longer possible to check for an arbitrary cookie,
4+
while json is set to true, there was a SyntaxError thrown from JSON.parse.
5+
16
1.3.0
2-
----
7+
-----
38
- Configuration options: `raw`, `json`. Replaces raw option, becomes config:
49

510
```javascript

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.cookie",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": [
55
"./jquery.cookie.js"
66
],

cookie.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookie",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"title": "jQuery Cookie",
55
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
66
"author": {

jquery.cookie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Cookie Plugin v1.3.0
2+
* jQuery Cookie Plugin v1.3.1
33
* https://github.com/carhartl/jquery-cookie
44
*
55
* Copyright 2013 Klaus Hartl

0 commit comments

Comments
 (0)