Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Volden committed Mar 17, 2016
1 parent 288a7d6 commit 01793cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2016-03-17
### Changed
- `undefined` is no longer a supported default value
### Added
- Possibility to supply a function that is applied to the value read
from the environment
- Shorthand methods for reading integer and boolean values

## [1.0.1] - 2015-11-03
### Fixed
- Typo in documentation
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": "get-env-var",
"version": "1.0.1",
"version": "2.0.0",
"description": "Get environment variable",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 01793cd

Please sign in to comment.