Skip to content

Commit

Permalink
Merge pull request #6 from smartive/release/0.5.0
Browse files Browse the repository at this point in the history
version bump, changelog
  • Loading branch information
dwirz committed Oct 28, 2016
2 parents c267243 + 636fe7e commit 7498c56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [v0.5.0]
### Added
- Option for request timeout
- Option for restler can be passed


## [v0.4.0]
Expand All @@ -16,5 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Breaking: update extractor to new interface of `proc-that`


[Unreleased]: https://github.com/smartive/proc-that-rest-extractor/compare/v0.4.0...master
[Unreleased]: https://github.com/smartive/proc-that-rest-extractor/compare/v0.5.0...master
[v0.5.0]: https://github.com/smartive/proc-that-rest-extractor/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/smartive/proc-that-rest-extractor/compare/v0.3.2...v0.4.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proc-that-rest-extractor",
"version": "0.4.0",
"version": "0.5.0",
"description": "extractor for proc-that which loads results from REST apis.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7498c56

Please sign in to comment.