Skip to content

Commit

Permalink
chore(release): v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 3, 2024
1 parent 97270b8 commit ac653db
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# Changelog


## v0.7.0

[compare changes](https://github.com/nuxt/fonts/compare/v0.6.1...v0.7.0)

### 🚀 Enhancements

- Allow configuring `font-stretch` property in override ([d7ff458](https://github.com/nuxt/fonts/commit/d7ff458))
- Add `preload` override + preload non subsetted fonts ([#136](https://github.com/nuxt/fonts/pull/136))

### 🩹 Fixes

- Do not apply ignore patterns to `_fonts` public dir ([4952673](https://github.com/nuxt/fonts/commit/4952673))

### 📖 Documentation

- Clarify that `addPreloadLinks` only affects production ([d3cbcdb](https://github.com/nuxt/fonts/commit/d3cbcdb))
- **readme:** Replace provider count ([#125](https://github.com/nuxt/fonts/pull/125))

### 🏡 Chore

- Migrate to eslint v9 ([#121](https://github.com/nuxt/fonts/pull/121))
- Lint ([7fa0ef5](https://github.com/nuxt/fonts/commit/7fa0ef5))
- Update to latest `@nuxt/module-builder` ([#139](https://github.com/nuxt/fonts/pull/139))

### 🤖 CI

- Add codecov token ([#140](https://github.com/nuxt/fonts/pull/140))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Jonas Thelemann <e-mail+github@jonas-thelemann.de>

## v0.6.1

[compare changes](https://github.com/nuxt/fonts/compare/v0.6.0...v0.6.1)
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.6.1",
"version": "0.7.0",
"description": "Automatic font configuration for Nuxt apps",
"repository": {
"type": "git",
Expand Down

0 comments on commit ac653db

Please sign in to comment.