Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
Add option `setCwdToPackageRoot` to automatically set `cwd` to the found package's root dir
  • Loading branch information
AlCalzone committed May 3, 2021
1 parent cdd338b commit ce97647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Placeholder for the next version (at the beginning of the line):
## __WORK IN PROGRESS__
-->
## __WORK IN PROGRESS__
## 0.6.0 (2021-05-03)
Add option `setCwdToPackageRoot` to automatically set `cwd` to the found package's root dir

## 0.5.0 (2021-05-03)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alcalzone/pak",
"version": "0.5.0",
"version": "0.6.0",
"description": "Programmatic wrapper around popular Node.js package managers",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit ce97647

Please sign in to comment.