Skip to content

Commit 30e8680

Browse files
authored
Merge pull request #49 from ivandotv/changeset-release/main
Next release
2 parents 293b4ca + c1ebc61 commit 30e8680

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/tricky-mice-dance.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# puntoenv
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 10e2b51: remove `logLoadedFiles` and introduce an optional callback when the file is loaded with the info about the loaded file and data.
8+
39
## 3.0.0
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puntoenv",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Simple package that enables you to load .env files in to process.env and also do variable expansion in a predetermined order based on the NODE_ENV environment variable value.",
55
"keywords": [
66
"dot-env",

0 commit comments

Comments
 (0)