From 8a45184be15b61a6c94af79a6da006db381cba56 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 20 Dec 2020 17:25:20 +0100 Subject: [PATCH] chore(release): 3.3.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9b2e52..49972c66 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.3.3](https://github.com/nuxt-community/pwa-module/compare/v3.3.2...v3.3.3) (2020-12-20) + + +### Bug Fixes + +* **workbox:** add additional details for uncaught errors and fix chromium CORS ([#417](https://github.com/nuxt-community/pwa-module/issues/417)) ([f20489c](https://github.com/nuxt-community/pwa-module/commit/f20489c2cc289b9d6f90143078f415d97b3cf4c1)) +* **workbox:** deepClone options to avoid cross-build mutation ([e39027e](https://github.com/nuxt-community/pwa-module/commit/e39027ee7159103d755fe67c1c105235f3257739)) + ### [3.3.2](https://github.com/nuxt-community/pwa-module/compare/v3.3.1...v3.3.2) (2020-11-30) diff --git a/package.json b/package.json index db4b69df..3fa697b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/pwa", - "version": "3.3.2", + "version": "3.3.3", "description": "Zero config PWA solution for Nuxt.js", "repository": "nuxt-community/pwa-module", "license": "MIT",