From 4eefdd1bf04761b19f8f71033d70ddf688dd16f3 Mon Sep 17 00:00:00 2001 From: marcocesarato Date: Fri, 18 Nov 2022 09:24:37 +0100 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",