Skip to content

Commit 0be02c2

Browse files
chore(release): 1.1.0
1 parent 10d7067 commit 0be02c2

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
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.1.0](https://github.com/cssninjaStudio/unplugin-fonts/compare/v1.0.3...v1.1.0) (2023-11-22)
6+
7+
8+
### Features
9+
10+
* add support to fontsource variable v5 ([a17831d](https://github.com/cssninjaStudio/unplugin-fonts/commit/a17831d213ef3cf207f481bed7202526d7e235d4)), closes [#60](https://github.com/cssninjaStudio/unplugin-fonts/issues/60) [#57](https://github.com/cssninjaStudio/unplugin-fonts/issues/57)
11+
* improve local file preload for vite and vitepress ([10d7067](https://github.com/cssninjaStudio/unplugin-fonts/commit/10d7067a98dae5b054e90e22922d3a0f471358c6))
12+
* vite 5 compatibility ([15ea829](https://github.com/cssninjaStudio/unplugin-fonts/commit/15ea8291b9db79cf1ffd5dc7b4ceba8650e39a93))
13+
14+
15+
### Bug Fixes
16+
17+
* bug in `fontsource.ts` when style is normal ([#52](https://github.com/cssninjaStudio/unplugin-fonts/issues/52)) ([1253f4d](https://github.com/cssninjaStudio/unplugin-fonts/commit/1253f4d4604e4a8b80bc342e252c17911fc439dc))
18+
* **nuxt:** fontsource loading and custom font preloading ([5260277](https://github.com/cssninjaStudio/unplugin-fonts/commit/5260277b85fb92c64217a8a6ba4519637bc5f6bc))
19+
520
### [1.0.3](https://github.com/cssninjaStudio/unplugin-fonts/compare/v1.0.2...v1.0.3) (2023-04-15)
621

722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-fonts",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Universal Webfont loader",
55
"author": {
66
"name": "cssninjaStudio <[email protected]> (https://cssninja.io)"

0 commit comments

Comments
 (0)