Skip to content

Commit

Permalink
Release prep v0.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Esser <me@stevenesser.com>
  • Loading branch information
steven-esser committed May 18, 2021
1 parent 07496ba commit f961ba4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.0.5
### Changes
* update deps via `npm audit fix`

### Bug Fixes
* Handle forward slash in namespace for go purls

# 0.0.4
### Bug Fixes
* Properly handle PyPI `purl` values per the purl-spec [#18](https://github.com/package-url/packageurl-js/pull/18)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packageurl-js",
"version": "0.0.4",
"version": "0.0.5",
"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",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f961ba4

Please sign in to comment.