Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 9, 2024
1 parent 5a4c37a commit 062ef2f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## v0.1.0

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

### 🚀 Enhancements

- Expose font types from `@nuxt/fonts` ([a824bed](https://github.com/nuxt/fonts/commit/a824bed))
- Support `priority` and `provider` options ([bd8da26](https://github.com/nuxt/fonts/commit/bd8da26))

### 🩹 Fixes

- **local:** Deduplicate found fonts ([a44c4c4](https://github.com/nuxt/fonts/commit/a44c4c4))
- **local:** Refactor scanning/lookup mechanism ([#41](https://github.com/nuxt/fonts/pull/41))
- Warn when fonts can't be resolved because of an override ([#35](https://github.com/nuxt/fonts/pull/35))

### 🏡 Chore

- **release:** V0.0.2 ([a198293](https://github.com/nuxt/fonts/commit/a198293))
- Ignore wrangler build output ([1b93761](https://github.com/nuxt/fonts/commit/1b93761))

### 🎨 Styles

- Remove unused imports/args ([967cd21](https://github.com/nuxt/fonts/commit/967cd21))

### ❤️ Contributors

- Tom Tang ([@qwerzl](http://github.com/qwerzl))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v0.0.2

[compare changes](https://github.com/nuxt/fonts/compare/v0.0.1...v0.0.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/fonts",
"version": "0.0.2",
"version": "0.1.0",
"description": "Automatic font configuration for Nuxt apps",
"repository": {
"type": "git",
Expand Down

0 comments on commit 062ef2f

Please sign in to comment.