From 35326af88e9665bb8ea1be280cb827523e9360a7 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 25 Oct 2015 21:01:23 -0400 Subject: [PATCH] 0.2.3 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index dd51b06..d542149 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.2.3 / 2015-10-25 +================== * Fix cookie `Max-Age` to never be a floating point number diff --git a/package.json b/package.json index 0b38741..23ccee5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cookie", "description": "cookie parsing and serialization", - "version": "0.2.2", + "version": "0.2.3", "author": "Roman Shtylman ", "contributors": [ "Douglas Christopher Wilson "