From 4c6214ff54b15d66426282643e4eb5d4f5bd7246 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Thu, 21 Mar 2024 13:09:40 +0000 Subject: [PATCH] [CI/CD]: bump to v1.1.7 --- 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 bf39548..1e909e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@politie/informant", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@politie/informant", - "version": "1.1.6", + "version": "1.1.7", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" diff --git a/package.json b/package.json index aab28c5..6cc0cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@politie/informant", - "version": "1.1.6", + "version": "1.1.7", "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",