Skip to content

Commit

Permalink
chore(release): Release v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakertack committed Aug 3, 2017
1 parent e0d7b8c commit 0648e1d
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.1] - 2017-08-03
### Added
- API section in the readme, which details options and defaults.

### Removed
- Made package slightly leaner by removing tests and metafiles during install.

## [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).
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.2.0",
"version": "1.2.1",
"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 0648e1d

Please sign in to comment.