From f309e8e393dc9abe0e4df5a7e871c88a446d98fc Mon Sep 17 00:00:00 2001 From: marcocesarato Date: Wed, 23 Nov 2022 22:43:07 +0100 Subject: [PATCH] chore(release): 1.3.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489ec1b..9439b3a 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.5](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.4...v1.3.5) (2022-11-23) + +### Bug Fixes + +- os eol saving ([2a1fd6d](https://github.com/marcocesarato/dotenv-mono/commit/2a1fd6d0fad42ea2a13f22f7cecb5394a33df731)) + ### [1.3.4](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.3...v1.3.4) (2022-11-23) ### Bug Fixes diff --git a/package.json b/package.json index df65483..26bacc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-mono", - "version": "1.3.4", + "version": "1.3.5", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",