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 " ],