Skip to content

Commit e4ef23f

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](https://github.com/strattadb/environment.git/compare/v4.1.0...v5.0.0) (2018-10-28) ### Features * add regex parser ([4858de9](https://github.com/strattadb/environment.git/commit/4858de9)) * return a number in port parser ([55d1524](https://github.com/strattadb/environment.git/commit/55d1524)) ### BREAKING CHANGES * port parser now returns a number instead of a string.
1 parent 4858de9 commit e4ef23f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Changelog
2+
3+
# [5.0.0](https://github.com/strattadb/environment.git/compare/v4.1.0...v5.0.0) (2018-10-28)
4+
5+
6+
### Features
7+
8+
* add regex parser ([4858de9](https://github.com/strattadb/environment.git/commit/4858de9))
9+
* return a number in port parser ([55d1524](https://github.com/strattadb/environment.git/commit/55d1524))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* port parser now returns a number instead of a string.
15+
116
Changelog
217

318
# [4.1.0](https://github.com/strattadb/environment/compare/v4.0.0...v4.1.0) (2018-09-11)

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