Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 22, 2024
1 parent 0e872e7 commit 49cd746
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.3](https://github.com/shiv-source/mapify-cli/compare/v1.0.2...v1.0.3) (2024-08-22)


### Bug Fixes

* sitemap file issue on detecting git file history for lastmod ([0e872e7](https://github.com/shiv-source/mapify-cli/commit/0e872e7c445256f4c16592f0d58801a0312e94c7))

## [1.0.2](https://github.com/shiv-source/mapify-cli/compare/v1.0.1...v1.0.2) (2024-08-21)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapify-cli",
"version": "1.0.2",
"version": "1.0.3",
"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.",
"private": false,
"license": "MIT",
Expand Down Expand Up @@ -70,4 +70,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit 49cd746

Please sign in to comment.