From 4b088bb3996720b5065a99a19ecfeddc54838655 Mon Sep 17 00:00:00 2001 From: draco Date: Mon, 11 Jan 2021 10:26:20 +0100 Subject: [PATCH 1/2] chore(release): bump to version 1.3.3-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3018838..e5390dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neoskop/injector", - "version": "1.3.2", + "version": "1.3.3-rc.0", "description": "A replacement for the core functionallity of the deprecated ReflectiveInjector from @angular/core", "main": "bundle/injector.bundle.js", "module": "dist/public_api.js", From 27748de25fa2571aeb63d54951590c9665bde63b Mon Sep 17 00:00:00 2001 From: draco Date: Mon, 11 Jan 2021 10:26:58 +0100 Subject: [PATCH 2/2] chore(release): bump to version 1.3.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5390dc..674f968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neoskop/injector", - "version": "1.3.3-rc.0", + "version": "1.3.3", "description": "A replacement for the core functionallity of the deprecated ReflectiveInjector from @angular/core", "main": "bundle/injector.bundle.js", "module": "dist/public_api.js",