Skip to content

Commit d8bc686

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.0.0...v8.0.0) (2020-02-08) ### Bug Fixes * fix command in pipeline ([56f8825](56f8825)) * **deps:** update dependency validator to v11 ([a9148cc](a9148cc)) ### chore * bump versions ([d581646](d581646)) ### Features * improve TS types ([0251002](0251002)) ### BREAKING CHANGES * Drop support for Node versions 8 and 11. Bump peer dependency to version 12.2.0.
1 parent 56f8825 commit d8bc686

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
# [8.0.0](https://github.com/strattadb/environment/compare/v7.0.0...v8.0.0) (2020-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* fix command in pipeline ([56f8825](https://github.com/strattadb/environment/commit/56f8825463a332450b21ead51b319e364f3e4657))
9+
* **deps:** update dependency validator to v11 ([a9148cc](https://github.com/strattadb/environment/commit/a9148cc3d72b82acdd357540b31adfa9894f5b7a))
10+
11+
12+
### chore
13+
14+
* bump versions ([d581646](https://github.com/strattadb/environment/commit/d58164699e7584e650dfe1ecc65ce25242c8e908))
15+
16+
17+
### Features
18+
19+
* improve TS types ([0251002](https://github.com/strattadb/environment/commit/02510021250e293bb927ffa8f9dc0c53ab89e98e))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* Drop support for Node versions 8 and 11.
25+
Bump peer dependency to version 12.2.0.
26+
327
# [7.0.0](https://github.com/strattadb/environment/compare/v6.2.0...v7.0.0) (2019-05-20)
428

529

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