Skip to content

Commit 4321123

Browse files
committed
v1.0.5
1 parent dbd1c05 commit 4321123

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

packages/core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## [1.0.5](https://github.com/cszhjh/vite-plugin-magic-preloader/compare/v1.0.4...v1.0.5) (2025-02-12)
2+
3+
4+
5+
## [1.0.4](https://github.com/cszhjh/vite-plugin-magic-preloader/compare/659f46c30c1b7e236f256302114737ea4d374608...v1.0.4) (2025-01-06)
6+
7+
8+
### Bug Fixes
9+
10+
* fix multiple annotation parsing error ([#9](https://github.com/cszhjh/vite-plugin-magic-preloader/issues/9)) ([3c47c87](https://github.com/cszhjh/vite-plugin-magic-preloader/commit/3c47c8768601879965034842cb3044a0a2829068))
11+
* fix packages version ([659f46c](https://github.com/cszhjh/vite-plugin-magic-preloader/commit/659f46c30c1b7e236f256302114737ea4d374608))
12+
13+
14+
### Features
15+
16+
* support attribute crossorigin ([2072426](https://github.com/cszhjh/vite-plugin-magic-preloader/commit/2072426d1c0c89345601bdc6386f132a65a41482))
17+
18+
19+

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-magic-preloader",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": false,
55
"description": "A Vite plugin for preloading and prefetching",
66
"keywords": [
@@ -54,4 +54,4 @@
5454
"peerDependencies": {
5555
"vite": ">=2.0.0"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)