From 27da4c9bcd8a0c5cd1395e583ea8f1b8d070ff27 Mon Sep 17 00:00:00 2001 From: Pieter Heyvaert Date: Fri, 17 Jan 2020 15:26:27 +0100 Subject: [PATCH] v1.0.2 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324d8d8..42c2a07 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 +## [1.0.2] - 2020-01-17 + ### Added - Test for subject with two references in template - Issue templates (see [issue 43](https://github.com/RMLio/yarrrml-parser/issues/43)) @@ -141,6 +143,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - fix failing test - support for recursive functions +[1.0.2]: https://github.com/RMLio/yarrrml-parser/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/RMLio/yarrrml-parser/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.11...v1.0.0 [0.3.11]: https://github.com/RMLio/yarrrml-parser/compare/v0.3.10...v0.3.11 diff --git a/package.json b/package.json index e381a21..6e7920e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmlio/yarrrml-parser", - "version": "1.0.1", + "version": "1.0.2", "description": "Parse YARRRML descriptions into RML RDF statements", "main": "lib/yarrrml2rml.js", "scripts": {