Skip to content

Commit

Permalink
Upgrade dependencies and bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Mar 24, 2022
1 parent 6d2754c commit d443662
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.4.1] - 2022-03-24

### Dependency update / security
- Update minimist due to vuln in 1.2.5: https://github.com/advisories/GHSA-xvch-5gv4-984h

## [0.4.0] - 2021-04-12

### Added
Expand Down
149 changes: 145 additions & 4 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": "doqr",
"version": "0.4.0",
"version": "0.4.1",
"description": "Build node.js docker images without docker",
"main": "./cli.js",
"scripts": {
Expand Down

0 comments on commit d443662

Please sign in to comment.