Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyvaer committed Jan 17, 2020
1 parent 48398f7 commit 27da4c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.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))
Expand Down Expand Up @@ -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
Expand Down
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.0.1",
"version": "1.0.2",
"description": "Parse YARRRML descriptions into RML RDF statements",
"main": "lib/yarrrml2rml.js",
"scripts": {
Expand Down

0 comments on commit 27da4c9

Please sign in to comment.