diff --git a/CHANGELOG.md b/CHANGELOG.md index c38cf27..7ecd0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ 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/v11.0.0...master) +## [Unreleased](https://github.com/motdotla/dotenv-expand/compare/v11.0.2...master) + +## [11.0.2](https://github.com/motdotla/dotenv-expand/compare/v11.0.2...v11.0.1) (2024-02-10) + +### Changed + +- Changed funding link in package.json to [`dotenvx.com`](https://dotenvx.com) + +## [11.0.1](https://github.com/motdotla/dotenv-expand/compare/v11.0.1...v11.0.0) (2024-02-10) + +### Added + +- Added funding link in package.json ## [11.0.0](https://github.com/motdotla/dotenv-expand/compare/v10.0.0...v11.0.0) (2024-02-10) diff --git a/package-lock.json b/package-lock.json index 05a3ab7..4f6aafd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dotenv-expand", - "version": "11.0.1", + "version": "11.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dotenv-expand", - "version": "11.0.1", + "version": "11.0.2", "license": "BSD-2-Clause", "dependencies": { "dotenv": "^16.4.1" @@ -22,7 +22,7 @@ "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index bfe261d..d5bdf6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-expand", - "version": "11.0.1", + "version": "11.0.2", "description": "Expand environment variables using dotenv", "main": "lib/main.js", "types": "lib/main.d.ts", @@ -26,7 +26,7 @@ "type": "git", "url": "https://github.com/motdotla/dotenv-expand" }, - "funding": "https://github.com/motdotla/dotenv?sponsor=1", + "funding": "https://dotenvx.com", "author": "motdotla", "keywords": [ "dotenv",