From f282eed8e5ed20e78825b84ad4cde984b23cf350 Mon Sep 17 00:00:00 2001 From: Badisi Date: Fri, 12 Jan 2024 10:05:54 +0100 Subject: [PATCH] dist(4.0.13) --- 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 4c4bc07..e876811 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.12", + "version": "4.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.12", + "version": "4.0.13", "license": "MIT", "workspaces": [ "tests" diff --git a/package.json b/package.json index f54336e..78843a1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.12", + "version": "4.0.13", "description": "Easy way to automatically unsubscribe from RxJS observables in Angular components", "homepage": "https://github.com/badisi/ngx-safe-subscribe", "license": "MIT",