Skip to content

Commit

Permalink
v6.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bconnorwhite committed Jun 26, 2021
1 parent 1d38e69 commit 1f47177
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [6.0.8](https://github.com/bconnorwhite/exec/compare/v6.0.7...v6.0.8) (2021-06-26)


### Bug Fixes

* dependency cleanup ([1d38e69](https://github.com/bconnorwhite/exec/commit/1d38e6969c2052d2d7efcf842a4c2fc1759a6acc))
* type fix ([a921f99](https://github.com/bconnorwhite/exec/commit/a921f9904f0b9ae5fab25ae7fe468e8eac6d705d))



## [6.0.7](https://github.com/bconnorwhite/exec/compare/v6.0.6...v6.0.7) (2021-04-01)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bconnorwhite/exec",
"version": "6.0.7",
"version": "6.0.8",
"description": "Execute commands while keeping flags easily configurable as an object",
"license": "MIT",
"author": "Connor White",
Expand Down Expand Up @@ -53,4 +53,4 @@
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-bob"
}
}
}

0 comments on commit 1f47177

Please sign in to comment.