From 2294071d5af5993ee2f292a4e40e579d7a590278 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jun 2024 15:40:16 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/acadevmy/dotenv2shell/compare/v1.0.3...v1.0.4) (2024-06-05) ### Bug Fixes * help options ([886934d](https://github.com/acadevmy/dotenv2shell/commit/886934d88f382fa1a0bbd1401dee8d23c6225341)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a31600..346c53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/acadevmy/dotenv2shell/compare/v1.0.3...v1.0.4) (2024-06-05) + + +### Bug Fixes + +* help options ([886934d](https://github.com/acadevmy/dotenv2shell/commit/886934d88f382fa1a0bbd1401dee8d23c6225341)) + ## [1.0.3](https://github.com/acadevmy/dotenv2shell/compare/v1.0.2...v1.0.3) (2024-06-05) diff --git a/package.json b/package.json index bd8dd11..deb69f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devmy/dotenv2shell", - "version": "1.0.3", + "version": "1.0.4", "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.", "main": "bin/index.mjs", "bin": "bin/index.mjs",