@dotenvx/dotenvx 0.44.4 → 0.44.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,7 +2,20 @@
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.4...main)
5
+ ## [Unreleased](https://github.com/dotenvx/dotenvx/compare/v0.44.6...main)
6
+
7
+ ## 0.44.6
8
+
9
+ ### Added
10
+
11
+ * Added `checksums.txt` as part of each release
12
+
13
+ ## 0.44.5
14
+
15
+ ### Changed
16
+
17
+ * Removed `.github` folder from published binaries on npm (example: [npm code](https://www.npmjs.com/package/@dotenvx/dotenvx-darwin-arm64?activeTab=code))
18
+ * Add help message to `install.sh`
6
19
 
7
20
  ## 0.44.4
8
21
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.44.4",
2
+ "version": "0.44.6",
3
3
  "name": "@dotenvx/dotenvx",
4
4
  "description": "a better dotenv–from the creator of `dotenv`",
5
5
  "author": "@motdotla",