Skip to content

Commit a1bb36a

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.2.0...v6.0.0) (2019-02-07) ### chore * drop Node.js < 10 support ([c2475ca](c2475ca)) ### Features * add `on` and `off` as truthy and falsy values respectively ([7e8b423](7e8b423)) ### BREAKING CHANGES * drop Node.js < 10 support
1 parent 7981138 commit a1bb36a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
# [6.0.0](https://github.com/strattadb/environment/compare/v5.2.0...v6.0.0) (2019-02-07)
4+
5+
6+
### chore
7+
8+
* drop Node.js < 10 support ([c2475ca](https://github.com/strattadb/environment/commit/c2475ca))
9+
10+
11+
### Features
12+
13+
* add `on` and `off` as truthy and falsy values respectively ([7e8b423](https://github.com/strattadb/environment/commit/7e8b423))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* drop Node.js < 10 support
19+
320
# [5.2.0](https://github.com/strattadb/environment.git/compare/v5.1.0...v5.2.0) (2018-12-10)
421

522

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": "5.2.0",
3+
"version": "6.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)