Skip to content

Commit

Permalink
CHANGELOG: release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyvaer committed Feb 16, 2024
1 parent 371a1e8 commit 52e74c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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

## [1.6.2] - 2024-02-16

### Fixed
- target disappears when it is used in combination with condition on po
(see [issue 11](https://gitlab.ilabt.imec.be/yarrrml/yarrrml-parser/-/issues/11)).
Expand Down Expand Up @@ -335,6 +337,7 @@ Referencing Objects Maps.
- fix failing test
- support for recursive functions

[1.6.2]: https://github.com/RMLio/yarrrml-parser/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/RMLio/yarrrml-parser/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/RMLio/yarrrml-parser/compare/v1.5.4...v1.6.0
[1.5.4]: https://github.com/RMLio/yarrrml-parser/compare/v1.5.3...v1.5.4
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.6.1",
"version": "1.6.2",
"description": "Parse YARRRML descriptions into RML RDF statements",
"main": "lib/yarrrml2rml.js",
"scripts": {
Expand Down

0 comments on commit 52e74c0

Please sign in to comment.