Skip to content

Commit 9732921

Browse files
committedJun 5, 2024
Merge branch 'main' of github.com:acadevmy/dotenv2shell
2 parents f046b66 + a152f45 commit 9732921

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/acadevmy/dotenv2shell/compare/v1.0.0...v1.0.1) (2024-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* enforce DOTENV_KEY and cwd from process ([f172e4a](https://github.com/acadevmy/dotenv2shell/commit/f172e4a056a07b9066707308e6d56c37b4b3f4f5))
7+
18
# 1.0.0 (2024-06-04)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devmy/dotenv2shell",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A CLI lets you easily load environment variables from a `.env` file into your current shell session. It provides flexibility through various options and supports both zsh and bash.",
55
"main": "bin/index.mjs",
66
"bin": "bin/index.mjs",

0 commit comments

Comments
 (0)