Skip to content

Commit

Permalink
chore(v0.5.0): bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leguellec committed Dec 18, 2019
1 parent 3b13ba7 commit 00cc777
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
@@ -1,25 +1,19 @@
## [0.4.0](https://github.com/ekino/node-config/compare/v0.2.0...v0.4.0) (2019-12-18)
## 0.5.0 (2019-12-18)


### Features

* **ci:** replace flowdock notification with slack ([b891f16](https://github.com/ekino/node-config/commit/b891f16bb1dcf14a0528790f1ee36b5894472d14))
* **typescript:** add typescript definitions ([#12](https://github.com/ekino/node-config/issues/12)) ([f949b3c](https://github.com/ekino/node-config/commit/f949b3cdafe8074d6c334da0c11b8b42aa3d97a7))
* remove NODE_ENV and CONF_OVERRIDE in favor of CONF_DIR and CONF_FILES + support .yaml and .yml extensions ([06d68a7](https://github.com/ekino/node-config/commit/06d68a7bcc472b37b9f92f7345bdd8349ae5fbf5))
* **cast:** Adding support for env value boolean casting. ([6764dd3](https://github.com/ekino/node-config/commit/6764dd36d655ac7ef8f0196f61358117236dac97))
* **overrides:** add ability to define extra overrides ([ed1f0d5](https://github.com/ekino/node-config/commit/ed1f0d5a750ad7b10d9845394313c09bc13890d4))


### Bug Fixes

* **doc:** Fix package.json repo url ([27c71ae](https://github.com/ekino/node-config/commit/27c71aef9fcfbfb8f54bcc291617e185ba4c86cb))
* **format:** add .prettierrc to .npmignore ([2b9a3eb](https://github.com/ekino/node-config/commit/2b9a3eb25615621d1c66ae9aaee77ffe07189606))

## [0.2.0](https://github.com/ekino/node-config/compare/v0.1.0...v0.2.0) (2017-06-23)


### Features

* **cast:** Adding support for env value boolean casting. ([6764dd3](https://github.com/ekino/node-config/commit/6764dd36d655ac7ef8f0196f61358117236dac97))

## 0.1.0 (2017-06-09)
* **test:** exclude helpers folder from test ([38b85bd](https://github.com/ekino/node-config/commit/38b85bde25b4476633a65a457a74f465a044facf))
* **test:** fix es6 export style for ava configuration ([b8d5248](https://github.com/ekino/node-config/commit/b8d5248a3b77c743a9d99dee3a39e3c70fbc8734))

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ekino/config",
"version": "0.4.0",
"version": "0.5.0",
"description": "lightweight configuration module powered by yaml",
"homepage": "https://github.com/ekino/node-config",
"main": "index.js",
Expand Down

0 comments on commit 00cc777

Please sign in to comment.