@dotenvx/dotenvx 0.44.4 → 0.44.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
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.
|
|
4
4
|
|
|
5
|
-
## [Unreleased](https://github.com/dotenvx/dotenvx/compare/v0.44.
|
|
5
|
+
## [Unreleased](https://github.com/dotenvx/dotenvx/compare/v0.44.5...main)
|
|
6
|
+
|
|
7
|
+
## 0.44.5
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
* Removed `.github` folder from published binaries on npm (example: [npm code](https://www.npmjs.com/package/@dotenvx/dotenvx-darwin-arm64?activeTab=code))
|
|
12
|
+
* Add help message to `install.sh`
|
|
6
13
|
|
|
7
14
|
## 0.44.4
|
|
8
15
|
|
package/package.json
CHANGED