From e8e2c9950397d82ea215b5d568c41a7f6047c4ae Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 12 Feb 2024 11:50:05 -0800 Subject: [PATCH 1/4] =?UTF-8?q?changelog=20=F0=9F=AA=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe48bea6..8a797a08 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/compare/v16.4.2...master) +## [Unreleased](https://github.com/motdotla/dotenv/compare/v16.4.3...master) + +## [16.4.3](https://github.com/motdotla/dotenv/compare/v16.4.2...v16.4.3) (2024-02-12) + +### Changed + +- Fixed processing of multiple files in `options.path` [#805](https://github.com/motdotla/dotenv/pull/805) ## [16.4.2](https://github.com/motdotla/dotenv/compare/v16.4.1...v16.4.2) (2024-02-10) From 232a29fd985fd0b49ec6c315cb2b0ec0868d1f5d Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 12 Feb 2024 11:50:28 -0800 Subject: [PATCH 2/4] package-lock update --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index a67fba36..76fae5b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/@ampproject/remapping": { From a992c3e5e609aa5cc53eb39c9420e821f062b1ac Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 12 Feb 2024 11:53:33 -0800 Subject: [PATCH 3/4] remove eol node 12 and add node 22 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aca746c8..9d5d5a2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [14.x, 16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3 From f44c0be24457476f06d21b76be021952a49d8315 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 12 Feb 2024 11:58:50 -0800 Subject: [PATCH 4/4] no 22 support yet --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d5d5a2a..902f37d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x, 22.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3