Skip to content

Commit

Permalink
CHANGELOG: release v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdmeest committed Jun 23, 2023
1 parent 457ef11 commit 07e25e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Fixed

- Common prefixes + namespaces are initialized once, in line with old code
## [1.5.3] - 2023-06-23

## [1.5.2] - 2023-06-20

### Fixed

- LDES tests

## [1.5.1] - 2023-06-16

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

[1.5.3]: https://github.com/RMLio/yarrrml-parser/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/RMLio/yarrrml-parser/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/RMLio/yarrrml-parser/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/RMLio/yarrrml-parser/compare/v1.4.0...v1.5.0
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.5.2",
"version": "1.5.3",
"description": "Parse YARRRML descriptions into RML RDF statements",
"main": "lib/yarrrml2rml.js",
"scripts": {
Expand Down

0 comments on commit 07e25e9

Please sign in to comment.