Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed May 20, 2019
1 parent 4668ca5 commit 368e844
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# [7.0.0](https://github.com/strattadb/environment/compare/v6.2.0...v7.0.0) (2019-05-20)


### Bug Fixes

* export regex parser and fix whitelist type ([4bba415](https://github.com/strattadb/environment/commit/4bba415))


### BREAKING CHANGES

* drop support for TypeScript versions 3.3 and lower.

# [6.2.0](https://github.com/strattadb/environment/compare/v6.1.0...v6.2.0) (2019-03-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strattadb/environment",
"version": "6.2.0",
"version": "7.0.0",
"description": "Environment variable configuration for Node.js made easy.",
"main": "dist/index.js",
"homepage": "https://github.com/strattadb/environment",
Expand Down

0 comments on commit 368e844

Please sign in to comment.