Skip to content

Commit

Permalink
chore(release): Release v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakertack committed Aug 2, 2017
1 parent 51cff0b commit 42ed92e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.0] - 2017-08-02
### Added
- Support Node.js runtimes down till v0.10.0 (via transpilation down to ES5 during install, runtimes >= v6 will still load the ES2015+ source directly).

### Changed
- Module no longer depends on `fs` until it needs to load a file.

## [1.1.0] - 2017-08-01
### Added
- Add `enoent` option, to specify whether to throw, warn, or do nothing if the envfile was not found. The default is to warn if no path was specified (defaulting to `.env`), and throw if a path was explicitly specified.
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": "nvar",
"version": "1.1.0",
"version": "1.2.0",
"description": "Reads shell environment variables from a file and assigns them to `process.env` (or anywhere else).",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit 42ed92e

Please sign in to comment.