From 64eef2d2b3b7bebc91755d4767536ffa6663ab53 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Thu, 22 Dec 2022 10:30:21 +0000 Subject: [PATCH] [CI/CD]: bump to v1.1.4 --- 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 1b636a4..aa5ef39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@politie/informant", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@politie/informant", - "version": "1.1.3", + "version": "1.1.4", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" diff --git a/package.json b/package.json index c7c1a2f..668ae5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@politie/informant", - "version": "1.1.3", + "version": "1.1.4", "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",