From 23d09af2e182538acb8d89f38e4f86a4b6ad09b5 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Wed, 7 Oct 2020 13:55:48 +0200 Subject: [PATCH] chore(release): 3.1.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b574e63a..18cb326d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [3.1.2](https://github.com/nuxt-community/pwa-module/compare/v3.1.1...v3.1.2) (2020-10-07) + + +### Bug Fixes + +* **meta:** avoid unnecessary log for meta.json ([de8e039](https://github.com/nuxt-community/pwa-module/commit/de8e039740a5618b59312682ecdea4f023d88414)) +* **meta:** fix issues regarding favicon.ico fallback ([7a1e773](https://github.com/nuxt-community/pwa-module/commit/7a1e77384eb88f0886180bc784efa242ae59e5ad)) + ### [3.1.1](https://github.com/nuxt-community/pwa-module/compare/v3.1.0...v3.1.1) (2020-10-07) diff --git a/package.json b/package.json index 7ec98d78..6bf9fd6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/pwa", - "version": "3.1.1", + "version": "3.1.2", "description": "Zero config PWA solution for Nuxt.js", "repository": "nuxt-community/pwa-module", "license": "MIT",