From c0684a05cfad252f380a3374348ffbfe64b39aa8 Mon Sep 17 00:00:00 2001 From: Kevin Marrec Date: Thu, 5 Jan 2023 16:36:28 +0100 Subject: [PATCH] chore(release): 0.14.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45cfaac..b5d36c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.14.0](https://github.com/kevinmarrec/nuxt-pwa-module/compare/v0.13.0...v0.14.0) (2023-01-05) + + +### Features + +* **icon:** cache generated images ([#80](https://github.com/kevinmarrec/nuxt-pwa-module/issues/80)) ([e64e5da](https://github.com/kevinmarrec/nuxt-pwa-module/commit/e64e5da70591f47f311221215a041b606b2b2fe9)) +* silent mode ([#83](https://github.com/kevinmarrec/nuxt-pwa-module/issues/83)) ([317f92c](https://github.com/kevinmarrec/nuxt-pwa-module/commit/317f92cb11685b9eccb0af4b28a5c553a5633df4)) +* **workbox:** precaching ([#81](https://github.com/kevinmarrec/nuxt-pwa-module/issues/81)) ([3db1ee5](https://github.com/kevinmarrec/nuxt-pwa-module/commit/3db1ee5693b884f07b4305e63794a342b5ac7d72)) + + +### Bug Fixes + +* use consola level raw value for silent mode ([52372de](https://github.com/kevinmarrec/nuxt-pwa-module/commit/52372deec4641e048b5b632d4445952047e55613)) + ## [0.13.0](https://github.com/kevinmarrec/nuxt-pwa-module/compare/v0.12.0...v0.13.0) (2022-11-23) ## [0.12.0](https://github.com/kevinmarrec/nuxt-pwa-module/compare/v0.11.1...v0.12.0) (2022-11-23) diff --git a/package.json b/package.json index a8559e4..006cd1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevinmarrec/nuxt-pwa", - "version": "0.13.0", + "version": "0.14.0", "description": "Zero config PWA solution for Nuxt 3", "author": "Kevin Marrec ", "license": "MIT",