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 and pionxzh committed Apr 23, 2024
1 parent e7b1a40 commit e099371
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/cli": "0.0.9",
"packages/unminify": "0.2.0",
"packages/cli": "0.0.10",
"packages/unminify": "0.2.1",
"packages/unpacker": "0.1.1"
}
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.10](https://github.com/pionxzh/wakaru/compare/cli-v0.0.9...cli-v0.0.10) (2024-04-23)


### Features

* added support for `--perf-output` in CLI ([e4ce13c](https://github.com/pionxzh/wakaru/commit/e4ce13c8c8128fe471f22d06cd4fec2880ceab9a))

## [0.0.9](https://github.com/pionxzh/wakaru/compare/cli-v0.0.8...cli-v0.0.9) (2024-02-16)


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.9",
"version": "0.0.10",
"description": "🔪📦 Unminify and beautify bundled code",
"author": "Pionxzh",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/unminify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.1](https://github.com/pionxzh/wakaru/compare/unminify-v0.2.0...unminify-v0.2.1) (2024-04-23)


### Features

* **un-sequence-expression:** support for in and for of loop ([f584dc1](https://github.com/pionxzh/wakaru/commit/f584dc1254a145a5f8242829419f305aaeb6d685))
* **unminify:** add `un-import-rename` rule ([95d3d00](https://github.com/pionxzh/wakaru/commit/95d3d005a308b2c702d496bcc42d541b2930f77a))


### Bug Fixes

* improve removing temporary variables ([288f71b](https://github.com/pionxzh/wakaru/commit/288f71b9226a1f3836693314bec50f72aefe1296))
* **un-default-parameter:** handle parameters with gap ([#124](https://github.com/pionxzh/wakaru/issues/124)) ([1458630](https://github.com/pionxzh/wakaru/commit/1458630e9b676be0f2deb15c57c4ebc296531567))
* **un-indirect-call:** better naming conflicts handling ([976d80f](https://github.com/pionxzh/wakaru/commit/976d80f2089a480e5c6f68c3e8fb485bc04106e7))
* **un-optional-chaining:** handle edge case when optional chaining are concated ([3c8190f](https://github.com/pionxzh/wakaru/commit/3c8190f908200c2bc927de7d890be076d6082dbb))
* **un-sequence-expression:** keep the last assignment in for init ([68e36c5](https://github.com/pionxzh/wakaru/commit/68e36c58f819670c4b9cc28940666310282e6e9b))
* **un-sequence-expression:** shouold not split seqs in while condition ([4607903](https://github.com/pionxzh/wakaru/commit/4607903c2bf1a3fc639d466c4f2eabbee0095b08)), closes [#122](https://github.com/pionxzh/wakaru/issues/122)

## [0.2.0](https://github.com/pionxzh/wakaru/compare/unminify-v0.1.5...unminify-v0.2.0) (2024-03-02)


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

0 comments on commit e099371

Please sign in to comment.