Skip to content

Commit

Permalink
v2.0.0 (#10)
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
pheyvaer authored Aug 19, 2020
1 parent 33fe40a commit ff34a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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.0] - 2020-08-19

### Added
- Support for markdown files (see [issue 77](https://gitlab.ilabt.imec.be/KNoWS/walder/issues/77))
- Support for front matter (see [issue 79](https://gitlab.ilabt.imec.be/KNoWS/walder/issues/79))
Expand Down Expand Up @@ -68,6 +70,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add pipe modules to routing callback
- CLI


[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
[0.0.1]: https://gitlab.ilabt.imec.be/KNoWS/walder/-/tags/v0.0.1
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": "1.0.0",
"version": "2.0.0",
"main": "./lib/walder",
"scripts": {
"start": "node ./bin/cli.js",
Expand Down

0 comments on commit ff34a3a

Please sign in to comment.