Skip to content

Commit 80bf2aa

Browse files
committed
chore: release v3.10.1
1 parent e57162a commit 80bf2aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.10.1](https://github.com/unjs/unimport/compare/v3.10.0...v3.10.1) (2024-08-20)
2+
3+
4+
### Bug Fixes
5+
6+
* match imported/exported variables correctly in minified code, fix [#362](https://github.com/unjs/unimport/issues/362) ([#366](https://github.com/unjs/unimport/issues/366)) ([194bcfc](https://github.com/unjs/unimport/commit/194bcfcb7b46d5e0b68a92f2badeb7c211cf6fc8))
7+
8+
9+
110
# [3.10.0](https://github.com/unjs/unimport/compare/v3.9.1...v3.10.0) (2024-08-03)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unimport",
33
"type": "module",
4-
"version": "3.10.0",
4+
"version": "3.10.1",
55
"packageManager": "[email protected]",
66
"description": "Unified utils for auto importing APIs in modules",
77
"license": "MIT",

0 commit comments

Comments
 (0)