RMLio / yarrrml-parser

A YARRRML parser library and CLI in Javascript
MIT License
43 stars 17 forks source link

Fix: module rml2yarrrml not found in bin/generator.js #103

Closed simeonackermann closed 3 years ago

simeonackermann commented 3 years ago

Deprecated reference to /lib/rml2yarrrml.js in /bin/parser.js, module was renamed in https://github.com/RMLio/yarrrml-parser/commit/8280512eefb3e4fb17cae20507d53cdee42ec43e to yarrrml-generator.js.

pheyvaer commented 3 years ago

Hi @simeonackermann

Thanks for the fix! Can you update the changelog as well?

simeonackermann commented 3 years ago

Of course. I added in section 1.2.1, is this fine?

pheyvaer commented 3 years ago

It should be added as part the Unreleased section, because that code is not released yet. So something like

## Unreleased

### Fixed

- My fix