Skip to content

Commit 368f145

Browse files
committed
chore: release v3.13.0
1 parent 4693a3e commit 368f145

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [3.13.0](https://github.com/unjs/unimport/compare/v3.12.0...v3.13.0) (2024-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* rename addons on root ([#373](https://github.com/unjs/unimport/issues/373)) ([ec544cb](https://github.com/unjs/unimport/commit/ec544cb709feb46e8b3229b0127b2ec5e9e7c4d2))
7+
8+
9+
### Features
10+
11+
* **addon:** add auto-import vue directives ([#374](https://github.com/unjs/unimport/issues/374)) ([225eb69](https://github.com/unjs/unimport/commit/225eb6942f6ef19427d70701d6bb9ba448abf39a))
12+
* support `export type * as` syntax ([#379](https://github.com/unjs/unimport/issues/379)) ([1d346ff](https://github.com/unjs/unimport/commit/1d346ff8c189bdf072571b4284394c4be89f1ad8))
13+
14+
15+
116
# [3.12.0](https://github.com/unjs/unimport/compare/v3.11.1...v3.12.0) (2024-09-12)
217

318

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.12.0",
4+
"version": "3.13.0",
55
"packageManager": "[email protected]",
66
"description": "Unified utils for auto importing APIs in modules",
77
"license": "MIT",

0 commit comments

Comments
 (0)