From 248897be31dc511a8b5b9e9b47e56e9dcd1562de Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Thu, 22 Dec 2022 13:29:22 +0000 Subject: [PATCH] [CI/CD]: bump to v1.1.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 aa5ef39..bc3c616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@politie/informant", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@politie/informant", - "version": "1.1.4", + "version": "1.1.5", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" diff --git a/package.json b/package.json index 668ae5d..a3e5db5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@politie/informant", - "version": "1.1.4", + "version": "1.1.5", "description": "Informant is a simple and fast logging library for Node.js and browser JavaScript applications.", "main": "dist/informant.cjs.js", "module": "dist/informant.esm.js",