Skip to content

Commit 4a3f1b1

Browse files
chore: release 0.7.0 (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 29970d8 commit 4a3f1b1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.7.0](https://www.github.com/netlify-labs/netlify-plugin-sitemap/compare/v0.6.2...v0.7.0) (2021-01-25)
4+
5+
6+
### Features
7+
8+
* **config:** Add env option for base url ([#60](https://www.github.com/netlify-labs/netlify-plugin-sitemap/issues/60)) ([29970d8](https://www.github.com/netlify-labs/netlify-plugin-sitemap/commit/29970d8afc9dd26e78490883365f5b5f248390cc))
9+
10+
11+
### Bug Fixes
12+
13+
* fix error handling during XML parsing ([b250954](https://www.github.com/netlify-labs/netlify-plugin-sitemap/commit/b2509548618c349afd172da37cbd17185f259cc1))
14+
315
### [0.6.2](https://www.github.com/netlify-labs/netlify-plugin-sitemap/compare/v0.6.1...v0.6.2) (2021-01-05)
416

517

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-sitemap",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)