Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 20, 2024
1 parent 781dd2c commit 34d1b15
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog


## v0.4.0

[compare changes](https://github.com/nuxt/fonts/compare/v0.3.0...v0.4.0)

### 🚀 Enhancements

- Fontsource provider ([#78](https://github.com/nuxt/fonts/pull/78))
- Support system proxy when fetching fonts/metadata ([#82](https://github.com/nuxt/fonts/pull/82))

### 🩹 Fixes

- Match font weights & styles when adding local fallbacks ([#71](https://github.com/nuxt/fonts/pull/71))

### 📖 Documentation

- Add adobe to list in readme ([9b0770d](https://github.com/nuxt/fonts/commit/9b0770d))

### 🏡 Chore

- **release:** V0.3.0 ([0fda07a](https://github.com/nuxt/fonts/commit/0fda07a))
- Fix lockfile ([6c3eff0](https://github.com/nuxt/fonts/commit/6c3eff0))

### ❤️ Contributors

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

## v0.3.0

[compare changes](https://github.com/nuxt/fonts/compare/v0.2.1...v0.3.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/fonts",
"version": "0.3.0",
"version": "0.4.0",
"description": "Automatic font configuration for Nuxt apps",
"repository": {
"type": "git",
Expand Down Expand Up @@ -90,4 +90,4 @@
"resolutions": {
"@nuxt/fonts": "workspace:*"
}
}
}

0 comments on commit 34d1b15

Please sign in to comment.