From 9e59d762925ca1f2ca9f0eb9a27c5fab8ca1dda4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Nov 2022 13:40:56 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/Yuri-Lima/JsonToEnv/compare/v1.0.0...v1.0.1) (2022-11-26) ### Bug Fixes * bug ([5fa2b20](https://github.com/Yuri-Lima/JsonToEnv/commit/5fa2b2031f5421ac48513f9a8f409c72b939997e)) --- 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 7b98770..704a2d8 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dynamic.envs", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dynamic.envs", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "node-cache": "^5.1.2", diff --git a/package.json b/package.json index 9085cf2..eb008d2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamic.envs", - "version": "1.0.0", + "version": "1.0.1", "description": "Converts json to .env file", "author": "Yuri Lima", "license": "MIT",