From 2673a50b54f972c8a1400d60727ecd0162312ade Mon Sep 17 00:00:00 2001 From: marcocesarato Date: Thu, 15 Dec 2022 10:28:33 +0100 Subject: [PATCH] chore(release): 1.3.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96b76d..a1f809e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.7](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.6...v1.3.7) (2022-12-15) + ### [1.3.6](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.5...v1.3.6) (2022-11-30) ### Bug Fixes diff --git a/package.json b/package.json index 360e8ef..ab8a50e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-mono", - "version": "1.3.6", + "version": "1.3.7", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",