Skip to content

Commit cd1eb4b

Browse files
authored
chore: bump to v2.0.1 (#77)
Signed-off-by: Steven Esser <[email protected]>
1 parent f7dccd6 commit cd1eb4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.1
2+
## Bug Fix
3+
* Fix decoding problems around the `%` character #75 (fix contributed by @jdalton)
4+
15
# 2.0.0
26
* Significant refactor based on code from @jdalton
37
* Numerous bug fixes and improvements the community was asking for

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packageurl-js",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"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",
55
"keywords": [
66
"package",

0 commit comments

Comments
 (0)