From 85a19a079dbcfe2f12f5cd1e9c8fafb0bc0ec468 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Sun, 20 Mar 2022 20:52:04 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313622e..97b8b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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. -## [Unreleased](https://github.com/motdotla/dotenv-expand/compare/v8.0.1...master) +## [Unreleased](https://github.com/motdotla/dotenv-expand/compare/v8.0.3...master) + +## [8.0.3](https://github.com/motdotla/dotenv-expand/compare/v8.0.2...v8.0.3) (2022-03-21) + +### Changed + +- 🐞 Fixed defaults bug ([#71](https://github.com/motdotla/dotenv-expand/pull/71)) ## [8.0.2](https://github.com/motdotla/dotenv-expand/compare/v8.0.1...v8.0.2) (2022-03-11)