From 85de0f941b85f064f1a8265c5cebcbf9004bbcf8 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 14 May 2019 16:19:01 +0200 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 436c69a02..66de551d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 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)) + ## 2.1.1 * allow for html (escaped) in `` and `` (thanks [@jaredpalmer](https://github.com/jaredpalmer)) ([#111](https://github.com/algolia/algolia-sitemap/pull/111)) diff --git a/package.json b/package.json index b605453fa..ef52038c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-sitemap", - "version": "2.1.1", + "version": "2.2.0", "main": "build/index.js", "license": "MIT", "repository": {