diff --git a/CHANGELOG.md b/CHANGELOG.md index 07218ca..51782ec 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.11](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.10...v1.3.11) (2023-06-19) + ### [1.3.10](https://github.com/marcocesarato/dotenv-mono/compare/v1.3.9...v1.3.10) (2023-02-19) ### Bug Fixes diff --git a/package.json b/package.json index e2ea99f..2fc60f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-mono", - "version": "1.3.10", + "version": "1.3.11", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",