From 374830d564141753fc4b86563662d37887f23d7f Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Wed, 6 Sep 2023 14:46:14 +0200 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66de551d0..c0d023679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 2.2.1 + +* fix: only continue browsing if cursor is present ([#215](https://github.com/algolia/algolia-sitemap/issues/215)) + ## 2.2.0 * fix: place the batch array into the function scope instead of the global scope (thanks [@taravancil](https://github.com/taravancil)) ([#143](https://github.com/algolia/algolia-sitemap/pull/143)) diff --git a/package.json b/package.json index ef52038c2..b4b148560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-sitemap", - "version": "2.2.0", + "version": "2.2.1", "main": "build/index.js", "license": "MIT", "repository": {