From 245aadc3c3111c1eff0bf18ff775bb248a708867 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 7 Jan 2021 15:25:59 +0100 Subject: [PATCH] chore(release): 3.3.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49972c66..6902b7f5 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.3.4](https://github.com/nuxt-community/pwa-module/compare/v3.3.3...v3.3.4) (2021-01-07) + + +### Bug Fixes + +* **types:** mark module options fields as optional ([#420](https://github.com/nuxt-community/pwa-module/issues/420)) ([7d75c28](https://github.com/nuxt-community/pwa-module/commit/7d75c285485efde4081127ff3bb899565a771c7e)) + ### [3.3.3](https://github.com/nuxt-community/pwa-module/compare/v3.3.2...v3.3.3) (2020-12-20) diff --git a/package.json b/package.json index 3fa697b7..59142fc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/pwa", - "version": "3.3.3", + "version": "3.3.4", "description": "Zero config PWA solution for Nuxt.js", "repository": "nuxt-community/pwa-module", "license": "MIT",