From afb46aa0140f87413608e128e7e36eb5ecd4023d Mon Sep 17 00:00:00 2001 From: Davide Caroselli Date: Sat, 20 Apr 2024 14:15:54 +0200 Subject: [PATCH] 0.4.2 --- 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 24a759e..f2ad2ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jsonthis", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jsonthis", - "version": "0.4.1", + "version": "0.4.2", "license": "Apache-2.0", "dependencies": { "case-anything": "^2.1.13" diff --git a/package.json b/package.json index 963e100..6759f01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonthis", - "version": "0.4.1", + "version": "0.4.2", "description": "Jsonthis is the perfect tool to convert your models to JSON objects", "main": "lib/index.js", "types": "lib/index.d.ts",