diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6a779..62bca27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.1.4](https://github.com/nuxt-community/google-fonts/compare/v1.1.3...v1.1.4) (2020-11-07) + + +### Bug Fixes + +* update crossorigin attribute ([feaeb9e](https://github.com/nuxt-community/google-fonts/commit/feaeb9e23f9522c1754918640d72bbc6ba760bf5)), closes [#27](https://github.com/nuxt-community/google-fonts/issues/27) + ### [1.1.3](https://github.com/nuxt-community/google-fonts/compare/v1.1.2...v1.1.3) (2020-10-22) diff --git a/package.json b/package.json index 0569042..385a04b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/google-fonts", - "version": "1.1.3", + "version": "1.1.4", "description": "Google Fonts module for NuxtJS", "repository": "nuxt-community/google-fonts", "license": "MIT",