Skip to content

Commit 49cd746

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2024-08-22) ### Bug Fixes * sitemap file issue on detecting git file history for lastmod ([0e872e7](0e872e7))
1 parent 0e872e7 commit 49cd746

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.3](https://github.com/shiv-source/mapify-cli/compare/v1.0.2...v1.0.3) (2024-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* sitemap file issue on detecting git file history for lastmod ([0e872e7](https://github.com/shiv-source/mapify-cli/commit/0e872e7c445256f4c16592f0d58801a0312e94c7))
7+
18
## [1.0.2](https://github.com/shiv-source/mapify-cli/compare/v1.0.1...v1.0.2) (2024-08-21)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mapify-cli",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A CLI tool for generating `sitemap.xml` files for various frontend frameworks including Angular, React, and Vue. Automatically detects changes in project files to update the `lastmod` attribute and supports multiple build outputs.",
55
"private": false,
66
"license": "MIT",
@@ -70,4 +70,4 @@
7070
"engines": {
7171
"node": ">=18"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)