From 36d70cbeeead87c4419eba083bcb6ea2438ac2d5 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Tue, 11 Jun 2024 14:57:29 +0200 Subject: [PATCH] 1.2.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8a8c1..70ed1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v1.2.2](https://github.com/comunica/asyncjoin/compare/v1.2.1...v1.2.2) - 2024-06-11 + +### Fixed +* [Fix HashJoin not always being marked as readable](https://github.com/comunica/asyncjoin/commit/114b96e3dd0fc1415905ad8b8fe4e91ffd1d6e2f) + ## [v1.2.1](https://github.com/comunica/asyncjoin/compare/v1.2.0...v1.2.1) - 2024-05-22 diff --git a/package.json b/package.json index 5e6b05c..5b89492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asyncjoin", - "version": "1.2.1", + "version": "1.2.2", "description": "Join library for asynciterator", "license": "MIT", "repository": {