Skip to content

Commit

Permalink
chore: prep 7.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed May 16, 2021
1 parent 7137d19 commit bb5621c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 7.0.1
* Fix loose float and int parsing (PR #144)

## 7.0.0 (11/11/2020)
* Drop support for Node.js 8 and 13 (support only current, active, and maintenance versions)
* Improve support for browser usage (#138)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You can also create your own custom accessor; refer to the ['extraAccessors' sec

Logging is disabled by default in `env-var` to prevent accidental logging of secrets.

To enable logging, you need to create an `env-var` instance using the `from()` function that the API provides and pass in a logger.
To enable logging, you need to create an `env-var` instance using the `from()` function that the API provides and pass in a logger.

- A built-in logger is available, but a custom logger is also supported.
- Always exercise caution when logging environment variables!
Expand Down Expand Up @@ -142,6 +142,7 @@ Contributions are welcomed and discussed in [CONTRIBUTING.md](CONTRIBUTING.md).
* @hhravn
* @ineentho
* @itavy
* @jerome-fox
* @joh-klein
* @MikeyBurkman
* @pepakriz
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": "env-var",
"version": "7.0.0",
"version": "7.0.1",
"description": "Verification, sanitization, and type coercion for environment variables in Node.js",
"main": "env-var.js",
"typings": "env-var.d.ts",
Expand Down

0 comments on commit bb5621c

Please sign in to comment.