From 2b32ac12f2d2d6774cdae801180bcc36eb282380 Mon Sep 17 00:00:00 2001 From: Badisi Date: Fri, 12 Apr 2024 21:05:55 +0200 Subject: [PATCH] chore: v4.0.15 --- 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 55f3c2b..d9d2441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.14", + "version": "4.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.14", + "version": "4.0.15", "license": "MIT", "workspaces": [ "tests" diff --git a/package.json b/package.json index 766d3b9..c91ffa6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@badisi/ngx-safe-subscribe", - "version": "4.0.14", + "version": "4.0.15", "description": "Easy way to automatically unsubscribe from RxJS observables in Angular components", "homepage": "https://github.com/badisi/ngx-safe-subscribe", "license": "MIT",