diff --git a/CHANGELOG.md b/CHANGELOG.md index e20fb6b..e991784 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.1.2](https://github.com/marcocesarato/dotenv-mono/compare/v1.1.1...v1.1.2) (2022-11-18) + +### Bug Fixes + +- add explicit typing on shortcut functions ([2abe7ff](https://github.com/marcocesarato/dotenv-mono/commit/2abe7ffeee1e54169a6c0d255e19539b4b41bafa)) + ### [1.1.1](https://github.com/marcocesarato/dotenv-mono/compare/v1.1.0...v1.1.1) (2022-11-14) ### Docs diff --git a/package.json b/package.json index 81e3d7e..1ed5c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-mono", - "version": "1.1.1", + "version": "1.1.2", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",