Skip to content

Commit c2f576f

Browse files
authored
bump to v2.0.0 (#74)
1 parent b5660a5 commit c2f576f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.0
2+
* Significant refactor based on code from @jdalton
3+
* Numerous bug fixes and improvements the community was asking for
4+
* See closed issues and PRs for details (too many to list here)
5+
16
# 1.2.1
27
## Bug Fixes
38
* purls with + in versions are now valid #52 (contributed by @satanshiro)

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": "1.2.1",
3+
"version": "2.0.0",
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)