Skip to content

Commit 1276473

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.3...v2.0.0) (2024-08-23) ### Features * CLI package restructured & fix for CI environment ([1d5f2d0](1d5f2d0)) ### BREAKING CHANGES * This release introduces a major restructuring of the package. It includes updates to the CLI structure and fixes for CI environment compatibility. The changes affect the configuration and setup, making this a significant update from previous versions.
1 parent 1d5f2d0 commit 1276473

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/shiv-source/mapify-cli/compare/v1.0.3...v2.0.0) (2024-08-23)
2+
3+
4+
### Features
5+
6+
* CLI package restructured & fix for CI environment ([1d5f2d0](https://github.com/shiv-source/mapify-cli/commit/1d5f2d02b037589092fd6af099301821d4430266))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This release introduces a major restructuring of the package. It includes updates to the CLI structure and fixes for CI environment compatibility. The changes affect the configuration and setup, making this a significant update from previous versions.
12+
113
## [1.0.3](https://github.com/shiv-source/mapify-cli/compare/v1.0.2...v1.0.3) (2024-08-22)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mapify-cli",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
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",

0 commit comments

Comments
 (0)