From d3ace4c2bf2052c57f8f3d7f13816b0518f7f04a Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 15 Mar 2024 09:15:08 +0100 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 302a415..23a7d2e 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.0](https://github.com/comunica/asyncjoin/compare/v1.1.2...v1.2.0) - 2024-03-15 + +### Changed +* [Update to asynciterator 3.9.0](https://github.com/comunica/asyncjoin/commit/cfb8831ed17576bd086746a38a62a5083b0d912c) + ## [v1.1.2](https://github.com/comunica/asyncjoin/compare/v1.1.0...v1.1.2) - 2023-01-31 diff --git a/package.json b/package.json index f6d24cf..f7bd5ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asyncjoin", - "version": "1.1.2", + "version": "1.2.0", "description": "Join library for asynciterator", "license": "MIT", "repository": {