From 4b9369db7434104ee7c449f288af03c6abe7bad3 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson <doug@somethingdoug.com> Date: Fri, 29 Aug 2014 23:58:17 -0400 Subject: [PATCH] 1.2.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f399ec5..32c1c05 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.2.1 / 2014-08-29 +================== * Use the (much faster) `buffer-crc32` for crc32 diff --git a/package.json b/package.json index c2709db..02dfd99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etag", "description": "Create simple ETags", - "version": "1.2.0", + "version": "1.2.1", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "David Björklund <david.bjorklund@gmail.com>"