Skip to content

Commit bce48fe

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2018-09-11) ### Features * add `SchemaEntry.defaultValue` ([994c083](994c083)) * improve types ([2171cc3](2171cc3)) ### BREAKING CHANGES * `SchemaEntry.defaultEnvVarValue` is deleted. Use `SchemaEntry.defaultValue` instead.
1 parent 994c083 commit bce48fe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
# [4.0.0](https://github.com/strattadb/environment/compare/v3.0.0...v4.0.0) (2018-09-11)
4+
5+
6+
### Features
7+
8+
* add `SchemaEntry.defaultValue` ([994c083](https://github.com/strattadb/environment/commit/994c083))
9+
* improve types ([2171cc3](https://github.com/strattadb/environment/commit/2171cc3))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* `SchemaEntry.defaultEnvVarValue` is deleted.
15+
Use `SchemaEntry.defaultValue` instead.
16+
317
# [3.0.0](https://github.com/strattadb/environment/compare/v2.0.0...v3.0.0) (2018-09-10)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strattadb/environment",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Environment variable configuration for Node.js made easy",
55
"main": "dist/index.js",
66
"homepage": "https://github.com/strattadb/environment",

0 commit comments

Comments
 (0)