diff --git a/CHANGELOG.md b/CHANGELOG.md index d190c16..489ec1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.3...v1.3.4) (2022-11-23) + +### Bug Fixes + +- cli argv parameters parsing ([037d338](https://github.com/marcocesarato/dotenv-mono/commit/037d33875b0466b039cf67744eb660ad7b3b9448)) +- save changes on empty dotenv ([b76948d](https://github.com/marcocesarato/dotenv-mono/commit/b76948d375d537b7865263529e67bf80a68af3b3)) + ### [1.3.3](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.2...v1.3.3) (2022-11-23) ### Bug Fixes diff --git a/package.json b/package.json index e92e3e1..c60bedf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-mono", - "version": "1.3.3", + "version": "1.3.4", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",