Skip to content

Commit ae67492

Browse files
committed
chore(release): 3.1.0
1 parent 0bb847f commit ae67492

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [3.1.0](https://github.com/feross/express-sitemap-xml/compare/v3.0.0...v3.1.0) (2024-04-19)
6+
7+
8+
### Features
9+
10+
* add image support ([5245d85](https://github.com/feross/express-sitemap-xml/commit/5245d851b08e929d27e1bc3cf9dbe2a09100072e))
11+
12+
13+
### Bug Fixes
14+
15+
* base url can be nested ([28e62df](https://github.com/feross/express-sitemap-xml/commit/28e62dfebac163bf1938ccfd35bdab1c87f0a8aa))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "express-sitemap-xml",
33
"description": "Express middleware to serve `sitemap.xml` from a list of URLs",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"author": {
66
"name": "Feross Aboukhadijeh",
77
"email": "feross@feross.org",

0 commit comments

Comments
 (0)