Skip to content

Commit

Permalink
v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyvaer committed Dec 2, 2019
1 parent c42b760 commit b829078
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.3.11] - 2019-12-02

### Fixed
- Object is number (see [issue 32](https://github.com/RMLio/yarrrml-parser/issues/32))

Expand Down Expand Up @@ -119,6 +121,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- fix failing test
- support for recursive functions

[0.3.11]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.10...v0.3.11
[0.3.10]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.9...v0.3.10
[0.3.9]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.8...v0.3.9
[0.3.8]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.7...v0.3.8
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": "@rmlio/yarrrml-parser",
"version": "0.3.10",
"version": "0.3.11",
"description": "Parse YARRRML descriptions into RML RDF statements",
"main": "lib/yarrrml2rml.js",
"scripts": {
Expand Down

0 comments on commit b829078

Please sign in to comment.