diff --git a/CHANGELOG.md b/CHANGELOG.md index e68093c..e4067e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.1 +## Bug Fix +* Fix decoding problems around the `%` character #75 (fix contributed by @jdalton) + # 2.0.0 * Significant refactor based on code from @jdalton * Numerous bug fixes and improvements the community was asking for diff --git a/package.json b/package.json index d897e89..784b1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "packageurl-js", - "version": "2.0.0", + "version": "2.0.1", "description": "JavaScript library to parse and build \"purl\" aka. package URLs. This is a microlibrary implementing the purl spec at https://github.com/package-url", "keywords": [ "package",