From 91c696e7e05955010e085162adc004bb171b2acf Mon Sep 17 00:00:00 2001 From: astorozhevsky Date: Thu, 2 Jun 2022 12:51:02 +0600 Subject: [PATCH] 14.0.6 --- 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 6e99cd3..6aa0106 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ronas-it/angular-common", - "version": "14.0.5", + "version": "14.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ronas-it/angular-common", - "version": "14.0.5", + "version": "14.0.6", "devDependencies": { "@angular-devkit/build-angular": "^13.3.7", "@angular-devkit/build-ng-packagr": "^0.1002.0", diff --git a/package.json b/package.json index 23ac068..d8f2897 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/RonasIT/angular-common.git" }, - "version": "14.0.5", + "version": "14.0.6", "scripts": { "build": "ng build --configuration production" },