From e148b98041472fb0207d9752c6e8a5b937b6994b Mon Sep 17 00:00:00 2001 From: Badisi Date: Thu, 24 Oct 2024 16:21:21 +0200 Subject: [PATCH] chore: v4.0.22 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9111f3c..22805d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.21", + "version": "4.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.21", + "version": "4.0.22", "license": "MIT", "workspaces": [ "tests" diff --git a/package.json b/package.json index 6e6d38a..1718d49 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.21", + "version": "4.0.22", "description": "Easy way to automatically unsubscribe from RxJS observables in Angular components", "homepage": "https://github.com/badisi/ngx-safe-subscribe", "license": "MIT",