dotenv-expand
Advanced tools
Comparing version 11.0.1 to 11.0.2
@@ -5,4 +5,16 @@ # Changelog | ||
## [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.1...v11.0.2) (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.0...v11.0.1) (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) | ||
@@ -9,0 +21,0 @@ |
{ | ||
"name": "dotenv-expand", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Expand environment variables using dotenv", | ||
@@ -29,3 +29,3 @@ "main": "lib/main.js", | ||
}, | ||
"funding": "https://github.com/motdotla/dotenv?sponsor=1", | ||
"funding": "https://dotenvx.com", | ||
"author": "motdotla", | ||
@@ -32,0 +32,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22982