Skip to content

Commit

Permalink
First Issue for not including some values from the .env file is fixed (
Browse files Browse the repository at this point in the history
…#11)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 25, 2023
1 parent fd87dcd commit 848b0f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/pink-humans-help.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# env-helper

## 1.0.1

### Patch Changes

- fd87dcd: # First Issue for not including some values from the .env file is fixed

The issue was due to absence of `\r` character on `Mac`.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mentormaya/helper",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is the utility module for node js to generate .sample.env file for the projects.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 848b0f1

Please sign in to comment.