diff --git a/CHANGELOG.md b/CHANGELOG.md index c897bc6..9663103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index f38f5e8..e99ac6d 100644 --- a/package.json +++ b/package.json @@ -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": {