From 9722275cffed9351df416e9bbe9572da60fe5632 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Fri, 8 Dec 2023 09:14:49 -0300 Subject: [PATCH] chore(release): v3.1.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726853b..8cf1aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v3.1.1 + +[compare changes](https://github.com/nuxt-modules/google-fonts/compare/v3.1.0...v3.1.1) + +### 🏡 Chore + +- **release:** V3.1.0 ([61103de](https://github.com/nuxt-modules/google-fonts/commit/61103de)) +- Use module-builder stub mode for more accurate types ([#167](https://github.com/nuxt-modules/google-fonts/pull/167)) + +### ❤️ Contributors + +- Daniel Roe +- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza)) + ## v3.1.0 [compare changes](https://github.com/nuxt-modules/google-fonts/compare/v3.0.2...v3.1.0) diff --git a/package.json b/package.json index b2c9489..463e275 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/google-fonts", - "version": "3.1.0", + "version": "3.1.1", "description": "Google Fonts module for Nuxt", "repository": "nuxt-modules/google-fonts", "license": "MIT",