From ef5341bf36ffab60d6589253e36b5fa7c7451ba6 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Fri, 16 Jun 2023 14:43:23 +0000 Subject: [PATCH] [CI/CD]: bump to v1.1.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 b7a422b..bf39548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@politie/informant", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@politie/informant", - "version": "1.1.5", + "version": "1.1.6", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" diff --git a/package.json b/package.json index a3e5db5..aab28c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@politie/informant", - "version": "1.1.5", + "version": "1.1.6", "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",