Skip to content

Commit

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

## [Unreleased]

## [1.2.3] - 2017-08-07
### Added
- Add a copy of the most recent tests results to `tests/`.
- Include license file with the repository.
- Add an overall functional test.

## [1.2.2] - 2017-08-04
### Added
- Add integration with Coveralls.
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.2",
"version": "1.2.3",
"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 0479040

Please sign in to comment.