Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 27, 2023
1 parent e3da389 commit fd242a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/cli": "0.0.2",
"packages/cli": "0.0.3",
"packages/unminify": "0.1.0",
"packages/unpacker": "0.1.0"
}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.3](https://github.com/pionxzh/wakaru/compare/cli-v0.0.2...cli-v0.0.3) (2023-12-27)


### Bug Fixes

* **cli:** fix output path validation throw "no such file or directory" ([f4475d8](https://github.com/pionxzh/wakaru/commit/f4475d865aab57d13b0d6d9683fe60c229393849))

## [0.0.2](https://github.com/pionxzh/wakaru/compare/cli-v0.0.1...cli-v0.0.2) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wakaru/cli",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "🔪📦 Unminify and beautify bundled code",
"author": "Pionxzh",
"license": "MIT",
Expand Down

0 comments on commit fd242a4

Please sign in to comment.