From 00f7436c7941b4ded2327aa6334a7bbec0388f67 Mon Sep 17 00:00:00 2001 From: Kevin Marrec Date: Fri, 22 Jul 2022 18:08:58 +0200 Subject: [PATCH] chore(release): 0.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e4a1a..182732e 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. +### [0.4.1](https://github.com/kevinmarrec/nuxt-pwa-module/compare/v0.4.0...v0.4.1) (2022-07-22) + + +### Bug Fixes + +* **manifest:** move server handler to runtime ([73ee968](https://github.com/kevinmarrec/nuxt-pwa-module/commit/73ee9689ae0114d0b4f3779b2c26e58b97900bd0)), closes [#22](https://github.com/kevinmarrec/nuxt-pwa-module/issues/22) + ## [0.4.0](https://github.com/kevinmarrec/nuxt-pwa-module/compare/v0.3.1...v0.4.0) (2022-07-22) diff --git a/package.json b/package.json index cf01c8a..cd55ae7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevinmarrec/nuxt-pwa", - "version": "0.4.0", + "version": "0.4.1", "description": "Zero config PWA solution for Nuxt 3", "author": "Kevin Marrec ", "license": "MIT",