From 98c9e5d1280749a3ef4a8d61f08f74c37e7872c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jun 2024 15:34:30 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/acadevmy/dotenv2shell/compare/v1.0.2...v1.0.3) (2024-06-05) ### Bug Fixes * fixed options ([4211431](https://github.com/acadevmy/dotenv2shell/commit/421143199fb77e48bb4b2860935cf7ecae513a93)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cb243..2a31600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/acadevmy/dotenv2shell/compare/v1.0.2...v1.0.3) (2024-06-05) + + +### Bug Fixes + +* fixed options ([4211431](https://github.com/acadevmy/dotenv2shell/commit/421143199fb77e48bb4b2860935cf7ecae513a93)) + ## [1.0.2](https://github.com/acadevmy/dotenv2shell/compare/v1.0.1...v1.0.2) (2024-06-05) diff --git a/package.json b/package.json index c73520f..bd8dd11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devmy/dotenv2shell", - "version": "1.0.2", + "version": "1.0.3", "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",