Skip to content

Commit 8d418d8

Browse files
committed
release: 2022-06-09, Version 2.0.1 [skip ci]
1 parent 8afa07d commit 8d418d8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
## [2.0.1](https://github.com/logdna/env-config-node/compare/v2.0.0...v2.0.1) (2022-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* Do not throw errors until `validateEnvVars` is called [8afa07d](https://github.com/logdna/env-config-node/commit/8afa07d8f6c26db942288075fd2b54d0e18be365) - Darin Spivey
9+
310
# [2.0.0](https://github.com/logdna/env-config-node/compare/v1.1.0...v2.0.0) (2022-06-09)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logdna/env-config",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Configuration package for reading environment variables",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)