Skip to content

Commit

Permalink
Updating version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jan 25, 2013
1 parent 82c93eb commit fd724ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
1.3.1
-----
- Fixing issue where it was no longer possible to check for an arbitrary cookie,
while json is set to true, there was a SyntaxError thrown from JSON.parse.

1.3.0
----
-----
- Configuration options: `raw`, `json`. Replaces raw option, becomes config:

```javascript
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.cookie",
"version": "1.3.0",
"version": "1.3.1",
"main": [
"./jquery.cookie.js"
],
Expand Down
2 changes: 1 addition & 1 deletion cookie.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookie",
"version": "1.3.0",
"version": "1.3.1",
"title": "jQuery Cookie",
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion jquery.cookie.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Cookie Plugin v1.3.0
* jQuery Cookie Plugin v1.3.1
* https://github.com/carhartl/jquery-cookie
*
* Copyright 2013 Klaus Hartl
Expand Down

0 comments on commit fd724ca

Please sign in to comment.