From 5dcb53ba0000b0f15619dcfcf87ccbc043ada1f3 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Tue, 25 Jan 2022 13:47:18 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c567ff0e..4f0ec858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,15 @@ 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. -## [Unreleased](https://github.com/motdotla/dotenv/compare/v14.3.0...master) +## [Unreleased](https://github.com/motdotla/dotenv/compare/v14.3.1...master) -## [14.3.1](https://github.com/motdotla/dotenv/compare/v14.3.0...v14.3.1) +## [14.3.1](https://github.com/motdotla/dotenv/compare/v14.3.0...v14.3.1) (2022-01-25) ### Changed - Preserve backwards compatibility on exports by re-introducing the prior in-place exports 🐞 ([#606](https://github.com/motdotla/dotenv/pull/606)) -## [14.3.0](https://github.com/motdotla/dotenv/compare/v14.2.0...v14.3.0) +## [14.3.0](https://github.com/motdotla/dotenv/compare/v14.2.0...v14.3.0) (2022-01-24) ### Added