From 3ba0727df5bd91cdba57ea0d00e9f8da11b277f8 Mon Sep 17 00:00:00 2001 From: marcocesarato Date: Thu, 15 Dec 2022 10:31:08 +0100 Subject: [PATCH] chore(release): 1.3.8 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f809e..6bd0730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.8](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.7...v1.3.8) (2022-12-15) + +### Bug Fixes + +- trim dots on extension config ([0e4fda8](https://github.com/marcocesarato/dotenv-mono/commit/0e4fda87ef8dd9f28bfb81ec0e63b684d92fc8b4)) + ### [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) diff --git a/package.json b/package.json index ab8a50e..6075507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-mono", - "version": "1.3.7", + "version": "1.3.8", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",