From fa62c0d42ce9f97ae5e8e79986abfa6d1c63bca1 Mon Sep 17 00:00:00 2001 From: astorozhevsky Date: Thu, 2 Jun 2022 11:32:43 +0600 Subject: [PATCH] 14.0.5 --- 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 69e5af3..6e99cd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ronas-it/angular-common", - "version": "14.0.4", + "version": "14.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ronas-it/angular-common", - "version": "14.0.4", + "version": "14.0.5", "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 3bb310a..23ac068 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/RonasIT/angular-common.git" }, - "version": "14.0.4", + "version": "14.0.5", "scripts": { "build": "ng build --configuration production" },