From a90f3ce909bf4d36676d30d2b3c5bd110cea1d77 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Tue, 13 Oct 2020 20:47:33 +0200 Subject: [PATCH] chore(release): 3.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0120bd6..3ab685c5 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. +### [3.2.2](https://github.com/nuxt-community/pwa-module/compare/v3.2.1...v3.2.2) (2020-10-13) + + +### Bug Fixes + +* serve static webpack assets from disk in dev mode (fixes [#373](https://github.com/nuxt-community/pwa-module/issues/373)) ([8298f95](https://github.com/nuxt-community/pwa-module/commit/8298f955bf80eb44090cfb7b56070dc7e1a50aa8)) + ### [3.2.1](https://github.com/nuxt-community/pwa-module/compare/v3.2.0...v3.2.1) (2020-10-13) diff --git a/package.json b/package.json index 8569bdc9..ac8d8172 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/pwa", - "version": "3.2.1", + "version": "3.2.2", "description": "Zero config PWA solution for Nuxt.js", "repository": "nuxt-community/pwa-module", "license": "MIT",