From 39ed0c235fed4cea7d012038fd6bb0480561d226 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 9 Jun 2016 20:42:16 -0400 Subject: [PATCH] 1.0.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6d9e0ce..06d34a5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.0.1 / 2016-06-09 +================== * Fix encoding unpaired surrogates at start/end of string diff --git a/package.json b/package.json index a7315ca..df06c96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "encodeurl", "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", - "version": "1.0.0", + "version": "1.0.1", "contributors": [ "Douglas Christopher Wilson " ],