Skip to content

Commit

Permalink
Merge pull request #429 from ekalinin/changelogupdate
Browse files Browse the repository at this point in the history
release 7.1.2
  • Loading branch information
derduher authored May 21, 2024
2 parents c49c944 + 989a0e6 commit ed6c653
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.1.2

- fix #425 via #426 update streamToPromise to bubble up errors + jsDoc
- non-breaking updates of dependent packages

## 7.1.1

- fix #378 exit code not set on parse failure. A proper error will be set on the stream now.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitemap",
"version": "7.1.1",
"version": "7.1.2",
"description": "Sitemap-generating lib/cli",
"keywords": [
"sitemap",
Expand Down Expand Up @@ -187,4 +187,4 @@
"node": ">=12.0.0",
"npm": ">=5.6.0"
}
}
}

0 comments on commit ed6c653

Please sign in to comment.