Skip to content

Commit 1daf444

Browse files
authored
Merge pull request #42 from ivandotv/changeset-release/main
Next release
2 parents c510c92 + 28f6379 commit 1daf444

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/healthy-fans-push.md

-6
This file was deleted.

CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- c510c92: - change function signature to accept options object.
8+
- add options to log loaded files paths
9+
310
## 2.1.2
411

512
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puntoenv",
3-
"version": "2.1.2",
3+
"version": "3.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)