Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed May 14, 2019
1 parent 1121000 commit 85de0f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<image:title>` and `<image:caption>` (thanks [@jaredpalmer](https://github.com/jaredpalmer)) ([#111](https://github.com/algolia/algolia-sitemap/pull/111))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algolia-sitemap",
"version": "2.1.1",
"version": "2.2.0",
"main": "build/index.js",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 85de0f9

Please sign in to comment.