Skip to content

Commit

Permalink
chore: release v0.11.0
Browse files Browse the repository at this point in the history
Add support for Yarn v4
  • Loading branch information
AlCalzone committed Jun 21, 2024
1 parent 497735d commit 7aca4a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Placeholder for the next version (at the beginning of the line):
## __WORK IN PROGRESS__
-->
## 0.11.0 (2024-06-21)
* Add support for Yarn v4

## 0.10.2 (2024-04-17)
* Fix: use `shell: true` option for `npm` on Windows to prevent stalling

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.10.2",
"version": "0.11.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 7aca4a5

Please sign in to comment.