Skip to content

Commit

Permalink
Version bump - major 9.0.0 - proper support for env and cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Aug 30, 2022
1 parent 952eda5 commit d78a9d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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.

## [Unreleased](https://github.com/motdotla/dotenv-expand/compare/v8.0.3...master)
## [Unreleased](https://github.com/motdotla/dotenv-expand/compare/v9.0.0...master)

## [9.0.0](https://github.com/motdotla/dotenv-expand/compare/v8.0.3...v9.0.0) (2022-03-21)

### Added

- Proper support for preload and cli args ([#78])(https://github.com/motdotla/dotenv-expand/pull/78)

## [8.0.3](https://github.com/motdotla/dotenv-expand/compare/v8.0.2...v8.0.3) (2022-03-21)

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotenv-expand",
"version": "8.0.3",
"version": "9.0.0",
"description": "Expand environment variables using dotenv",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "BSD-2-Clause",
"devDependencies": {
"@types/node": "^17.0.8",
"dotenv": "^16.0.0",
"dotenv": "16.0.2",
"lab": "^14.3.4",
"should": "^11.2.1",
"standard": "^16.0.4",
Expand Down

0 comments on commit d78a9d5

Please sign in to comment.