Skip to content

Commit

Permalink
Merge pull request #50 from dotenv-org/require-node-14-or-greater
Browse files Browse the repository at this point in the history
Require node 14 or greater
  • Loading branch information
motdotla authored Jun 3, 2022
2 parents d75c1f4 + af78e7d commit 3c0b2c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [Unreleased](https://github.com/dotenv-org/dotenv-vault/compare/v1.2.1...master)
## [Unreleased](https://github.com/dotenv-org/dotenv-vault/compare/v1.2.3...master)

## 1.2.3

### Changed

- Require node 14 or greater. 🧹 ([#50](https://github.com/dotenv-org/dotenv-vault/pull/50))

## 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"bugs": "https://github.com/dotenv-org/dotenv-vault/issues",
"keywords": [
Expand Down

0 comments on commit 3c0b2c1

Please sign in to comment.