diff --git a/README.md b/README.md index bb37210f5..88fdde05b 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,8 @@ modules: { ## Changelog +2.4.5: clone the priority field before adding it so we do not get into issues with `arrangeFields`. + 2.4.4: Fixes issue where children of unpublished top-level pages were left out of the site map. Additional documentation improvements. 2.4.3: fix for apps not using apostrophe-workflow, removing workflow-related xml tags that were left in the sitemap. diff --git a/package.json b/package.json index c5c8006d6..6fdc8ef69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apostrophe-site-map", - "version": "2.4.4", + "version": "2.4.5", "description": "Generate site maps for sites powered by the Apostrophe CMS.", "main": "index.js", "dependencies": {