Skip to content

Commit b55654d

Browse files
chore: release main (#130)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0415bcc commit b55654d

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/cli": "0.0.10",
3-
"packages/unminify": "0.2.1",
4-
"packages/unpacker": "0.1.1"
3+
"packages/unminify": "0.2.2",
4+
"packages/unpacker": "0.1.2"
55
}

packages/unminify/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/pionxzh/wakaru/compare/unminify-v0.2.1...unminify-v0.2.2) (2024-05-26)
4+
5+
6+
### Features
7+
8+
* **un-jsx:** inline constant tag inlining ([#129](https://github.com/pionxzh/wakaru/issues/129)) ([2fb95bb](https://github.com/pionxzh/wakaru/commit/2fb95bb97a87f0c7c4dc4dccb8b3393249c2d37c))
9+
10+
11+
### Bug Fixes
12+
13+
* pass local name for imports to avoid crash ([cbfbc04](https://github.com/pionxzh/wakaru/commit/cbfbc04d140dc48a037a05372ee4c77ed7f0b618))
14+
* **unminify:** fix edge cases of `un-optional-chaining` and `un-nullish-coalescing` ([a3511ba](https://github.com/pionxzh/wakaru/commit/a3511ba18fba3a6bd007a3569718c44f6b4f32cf))
15+
316
## [0.2.1](https://github.com/pionxzh/wakaru/compare/unminify-v0.2.0...unminify-v0.2.1) (2024-04-23)
417

518

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.2.1",
4+
"version": "0.2.2",
55
"description": "🔪📦 Unminify and beautify bundled code",
66
"author": "Pionxzh",
77
"license": "MIT",

packages/unpacker/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/pionxzh/wakaru/compare/unpacker-v0.1.1...unpacker-v0.1.2) (2024-05-26)
4+
5+
6+
### Features
7+
8+
* Allow Arrow functions in module definitions ([6a60b92](https://github.com/pionxzh/wakaru/commit/6a60b9222ebcc7099f4ba162ecc868343bdb18ff))
9+
* Allow re-exports from modules in Webpack5 ([89065a4](https://github.com/pionxzh/wakaru/commit/89065a4e689b08d3e098c2e2d9eb647f896f78c8))
10+
311
## [0.1.1](https://github.com/pionxzh/wakaru/compare/unpacker-v0.1.0...unpacker-v0.1.1) (2024-01-06)
412

513

packages/unpacker/package.json

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

0 commit comments

Comments
 (0)