diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf1aa4..0024081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2 + +[compare changes](https://github.com/nuxt-modules/google-fonts/compare/v3.1.1...v3.1.2) + +### 📖 Documentation + +- Add example for variable fonts ([#170](https://github.com/nuxt-modules/google-fonts/pull/170)) + +### ❤️ Contributors + +- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza)) + ## v3.1.1 [compare changes](https://github.com/nuxt-modules/google-fonts/compare/v3.1.0...v3.1.1) diff --git a/package.json b/package.json index 7454a65..82b1cc7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/google-fonts", - "version": "3.1.1", + "version": "3.1.2", "description": "Google Fonts module for Nuxt", "repository": "nuxt-modules/google-fonts", "license": "MIT",