Skip to content

Commit

Permalink
v2.0.2 (#26)
Browse files Browse the repository at this point in the history
v2.0.2
  • Loading branch information
pheyvaer authored Aug 28, 2020
1 parent f3630ab commit 21ddc40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.0.2] - 2020-08-28

### Added
- Support integer variables in query (see [issue 20](https://github.com/KNowledgeOnWebScale/walder/issues/20))
- Dev explanation in the README
Expand Down Expand Up @@ -86,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add pipe modules to routing callback
- CLI

[2.0.2]: https://github.com/KNowledgeOnWebScale/walder/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/KNowledgeOnWebScale/walder/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/KNowledgeOnWebScale/walder/releases/tag/v2.0.0
[1.0.0]: https://gitlab.ilabt.imec.be/KNoWS/walder/compare/v0.0.1...v1.0.0
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": "walder",
"version": "2.0.1",
"version": "2.0.2",
"main": "./lib/walder",
"scripts": {
"start": "node ./bin/cli.js",
Expand Down

0 comments on commit 21ddc40

Please sign in to comment.