Skip to content

Commit

Permalink
chore(main): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and youngcm2 committed May 18, 2023
1 parent 45047bb commit ba48de9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.1](https://github.com/swimlane/node-docker-reference/compare/v2.0.0...v2.0.1) (2023-05-18)


### Bug Fixes

* change return type of parseQualifiedNameFunc to Reference ([45047bb](https://github.com/swimlane/node-docker-reference/commit/45047bb211209f284be68fd0bd2e549cf9c4d140))
* updated renovate ([bda814b](https://github.com/swimlane/node-docker-reference/commit/bda814b889f12c42c9cc3b9c5aafbca644a461b8))

## [2.0.0](https://github.com/swimlane/node-docker-reference/compare/v1.0.0...v2.0.0) (2022-11-01)


Expand Down
4 changes: 2 additions & 2 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": "@swimlane/docker-reference",
"version": "2.0.0",
"version": "2.0.1",
"description": "A node.js package to parse docker image reference",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit ba48de9

Please sign in to comment.