From 46721bc5fbe3e71bd264bf8df8a0884322243650 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Tue, 24 Sep 2024 14:15:57 +0200 Subject: [PATCH] 1.2.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc2f0c..74609b8 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.4](https://github.com/comunica/asyncjoin/compare/v1.2.3...v1.2.4) - 2024-09-24 + +### Changed +* [Remove unneeded Map.has check in hash joins](https://github.com/comunica/asyncjoin/commit/11456bd33ea76d0145370c4ee2b2d1a3b072cd84) + ## [v1.2.3](https://github.com/comunica/asyncjoin/compare/v1.2.2...v1.2.3) - 2024-06-14 diff --git a/package.json b/package.json index 0adaae9..30b2c8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asyncjoin", - "version": "1.2.3", + "version": "1.2.4", "description": "Join library for asynciterator", "license": "MIT", "repository": {