Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Nov 22, 2022
1 parent b5b1b8f commit 723a1e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.0](https://github.com/marcocesarato/dotenv-mono/compare/v1.2.0...v1.3.0) (2022-11-22)

### Features

- add file to load dotenv files with require ([c27232b](https://github.com/marcocesarato/dotenv-mono/commit/c27232b28e9bc901ca1d0037a83f01f47718c232)), closes [#2](https://github.com/marcocesarato/dotenv-mono/issues/2)
- add options as parameters on cli usage method ([3b23fc2](https://github.com/marcocesarato/dotenv-mono/commit/3b23fc2367c700337a1dc3fc0e400a192f9f0802))

## [1.2.0](https://github.com/marcocesarato/dotenv-mono/compare/v1.1.4...v1.2.0) (2022-11-22)

### Features
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ $ DOTENV_CONFIG_<OPTION>=value node -r dotenv-mono/load your_script.js
$ DOTENV_CONFIG_ENCODING=latin1 DOTENV_CONFIG_DEBUG=true node -r dotenv-mono/load your_script.js dotenv_config_path=/custom/path/to/.env
```


## 💡 Methods

### Config
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": "dotenv-mono",
"version": "1.2.0",
"version": "1.3.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 723a1e1

Please sign in to comment.