From ac653db0c03e0d23598a1d950f5594c9ec7cf473 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 3 May 2024 12:38:39 +0100 Subject: [PATCH] chore(release): v0.7.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2e155..04b4a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v0.6.1 [compare changes](https://github.com/nuxt/fonts/compare/v0.6.0...v0.6.1) diff --git a/package.json b/package.json index 020c965..cac2e21 100644 --- a/package.json +++ b/package.json @@ -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",