Skip to content

Commit 09a7ba6

Browse files
github-actions[bot]pionxzh
authored andcommitted
chore: release main
1 parent 30fa179 commit 09a7ba6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/cli": "0.0.9",
3-
"packages/unminify": "0.1.5",
3+
"packages/unminify": "0.2.0",
44
"packages/unpacker": "0.1.1"
55
}

packages/unminify/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/pionxzh/wakaru/compare/unminify-v0.1.5...unminify-v0.2.0) (2024-03-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update the format of conflic name from `{name}$0` to `{name}_1`
9+
10+
### Features
11+
12+
* add `un-argument-spread` into `un-parameters` ([92fec7f](https://github.com/pionxzh/wakaru/commit/92fec7fdc48dfc4297a40ee96d03a894dd2d440a))
13+
* add `un-argument-spread` rule ([1f5fbd6](https://github.com/pionxzh/wakaru/commit/1f5fbd63876a32cd87d48c7b032af9b6440f7d28))
14+
* **smart-inline:** support global variable inlining and property access path renaming ([1a91aa4](https://github.com/pionxzh/wakaru/commit/1a91aa4418e8e606efa6a4a6b3e3b4966195a38f))
15+
16+
17+
### Bug Fixes
18+
19+
* adjust iife rule order ([b5c3fc7](https://github.com/pionxzh/wakaru/commit/b5c3fc74edbcba7540de8fb4959bee29f7e8f623))
20+
* **smart-rename:** remove destructuring length limitation ([23cf3e4](https://github.com/pionxzh/wakaru/commit/23cf3e45358513e59d60dfd4370ff3881bf84f9d))
21+
* update the format of conflic name from `{name}$0` to `{name}_1` ([dac2125](https://github.com/pionxzh/wakaru/commit/dac212547e9a1b941a856d6ff317dcc976584184))
22+
323
## [0.1.5](https://github.com/pionxzh/wakaru/compare/unminify-v0.1.4...unminify-v0.1.5) (2024-02-16)
424

525

packages/unminify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wakaru/unminify",
33
"type": "module",
4-
"version": "0.1.5",
4+
"version": "0.2.0",
55
"description": "🔪📦 Unminify and beautify bundled code",
66
"author": "Pionxzh",
77
"license": "MIT",

0 commit comments

Comments
 (0)