From 5862c1b0a19bbdd7318268e3a88f20735f3f5bde Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Sun, 19 Jan 2025 11:13:36 +0330 Subject: [PATCH] release: new independent version - @nexim/service-worker@2.0.0-alpha.0 --- packages/service-worker/CHANGELOG.md | 15 +++++++++++++++ packages/service-worker/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/service-worker/CHANGELOG.md b/packages/service-worker/CHANGELOG.md index c475acb..f3d61fc 100644 --- a/packages/service-worker/CHANGELOG.md +++ b/packages/service-worker/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0-alpha.0](https://github.com/the-nexim/nanolib/compare/@nexim/service-worker@1.0.4...@nexim/service-worker@2.0.0-alpha.0) (2025-01-19) + +### Features + +* **service-worker:** add periodic update checks for service worker ([c2b5dd9](https://github.com/the-nexim/nanolib/commit/c2b5dd971d39e484db4f2ca5e6fe9be6b5b4bd67)) by @arashagp +* **service-worker:** add support for configurable periodic update checks ([68ecd16](https://github.com/the-nexim/nanolib/commit/68ecd167b9c301570bc5daf18b1e2a2d62849003)) by @arashagp + +### Bug Fixes + +* **service-worker:** correctly set redundant event ([6167dee](https://github.com/the-nexim/nanolib/commit/6167dee8d96f790d4a5dae9037feb7f55f7c2a71)) by @njfamirm + +### Code Refactoring + +* **service-worker:** resolve comment ([f7bfb36](https://github.com/the-nexim/nanolib/commit/f7bfb360e3b76ee877634659a88c9beba2078766)) by @arashagp + ## [1.0.4](https://github.com/the-nexim/nanolib/compare/@nexim/service-worker@1.0.3...@nexim/service-worker@1.0.4) (2025-01-11) **Note:** Version bump only for package @nexim/service-worker diff --git a/packages/service-worker/package.json b/packages/service-worker/package.json index 494d1f1..4fa824b 100644 --- a/packages/service-worker/package.json +++ b/packages/service-worker/package.json @@ -1,6 +1,6 @@ { "name": "@nexim/service-worker", - "version": "1.0.4", + "version": "2.0.0-alpha.0", "description": "Utilities to simplify the usage of service workers in your web applications.", "keywords": [ "worker",