From 24fb832e28aa220c7d69ed2ac62b7cf72d014fa6 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 3 Jun 2020 11:38:51 +0200 Subject: [PATCH] 1.2.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7687ad..fe44748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v1.2.2](https://github.com/rubensworks/rdfa-streaming-parser.js/compare/v1.2.0...v1.2.2) - 2020-06-03 + +### Fixed +* [Fix incompatibility with WhatWG streams](https://github.com/rubensworks/rdfa-streaming-parser.js/commit/8b7964eb24f70b23f0c5811b730b752e95d3695d) + +### Changed +* [Update dependency @types/rdf-js to v3, Closes #17](https://github.com/rubensworks/rdfa-streaming-parser.js/commit/4c45c2f3b41146934678c6c9e53b29afcd5c440c) + ## [v1.2.1](https://github.com/rubensworks/rdfa-streaming-parser.js/compare/v1.2.0...v1.2.1) - 2020-03-28 diff --git a/package.json b/package.json index c5b213d..d61277d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdfa-streaming-parser", - "version": "1.2.1", + "version": "1.2.2", "description": "A fast and lightweight streaming RDFa parser", "keywords": [ "rdfa",