From 07e25e92804a18d890ac9007ab06b41bbba4527c Mon Sep 17 00:00:00 2001 From: Ben De Meester Date: Fri, 23 Jun 2023 08:05:48 +0000 Subject: [PATCH] CHANGELOG: release v1.5.3 --- CHANGELOG.md | 9 ++------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57183e9..046035b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 802ca71..11c13f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rmlio/yarrrml-parser", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rmlio/yarrrml-parser", - "version": "1.5.2", + "version": "1.5.3", "license": "MIT", "dependencies": { "commander": "^9.4.1", diff --git a/package.json b/package.json index 53c77ba..d747401 100644 --- a/package.json +++ b/package.json @@ -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": {