Skip to content

Commit 062ef2f

Browse files
committed
chore(release): v0.1.0
1 parent 5a4c37a commit 062ef2f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

4+
## v0.1.0
5+
6+
[compare changes](https://github.com/nuxt/fonts/compare/v0.0.2...v0.1.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Expose font types from `@nuxt/fonts` ([a824bed](https://github.com/nuxt/fonts/commit/a824bed))
11+
- Support `priority` and `provider` options ([bd8da26](https://github.com/nuxt/fonts/commit/bd8da26))
12+
13+
### 🩹 Fixes
14+
15+
- **local:** Deduplicate found fonts ([a44c4c4](https://github.com/nuxt/fonts/commit/a44c4c4))
16+
- **local:** Refactor scanning/lookup mechanism ([#41](https://github.com/nuxt/fonts/pull/41))
17+
- Warn when fonts can't be resolved because of an override ([#35](https://github.com/nuxt/fonts/pull/35))
18+
19+
### 🏡 Chore
20+
21+
- **release:** V0.0.2 ([a198293](https://github.com/nuxt/fonts/commit/a198293))
22+
- Ignore wrangler build output ([1b93761](https://github.com/nuxt/fonts/commit/1b93761))
23+
24+
### 🎨 Styles
25+
26+
- Remove unused imports/args ([967cd21](https://github.com/nuxt/fonts/commit/967cd21))
27+
28+
### ❤️ Contributors
29+
30+
- Tom Tang ([@qwerzl](http://github.com/qwerzl))
31+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
32+
433
## v0.0.2
534

635
[compare changes](https://github.com/nuxt/fonts/compare/v0.0.1...v0.0.2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/fonts",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Automatic font configuration for Nuxt apps",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)