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",