Skip to content

Commit 368e844

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.2.0...v7.0.0) (2019-05-20) ### Bug Fixes * export regex parser and fix whitelist type ([4bba415](4bba415)) ### BREAKING CHANGES * drop support for TypeScript versions 3.3 and lower.
1 parent 4668ca5 commit 368e844

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
# [7.0.0](https://github.com/strattadb/environment/compare/v6.2.0...v7.0.0) (2019-05-20)
4+
5+
6+
### Bug Fixes
7+
8+
* export regex parser and fix whitelist type ([4bba415](https://github.com/strattadb/environment/commit/4bba415))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* drop support for TypeScript versions 3.3 and lower.
14+
315
# [6.2.0](https://github.com/strattadb/environment/compare/v6.1.0...v6.2.0) (2019-03-01)
416

517

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