bump: version 1.0.0 → 1.0.1
Some checks failed
Deploy to Web Server / deploy (push) Failing after 1m28s
Some checks failed
Deploy to Web Server / deploy (push) Failing after 1m28s
This commit is contained in:
parent
7a4517a7bd
commit
281838d3ba
3 changed files with 12 additions and 2 deletions
2
.cz.toml
2
.cz.toml
|
@ -4,4 +4,4 @@ tag_format = "v$version"
|
|||
version_scheme = "semver"
|
||||
version_provider = "npm"
|
||||
update_changelog_on_bump = true
|
||||
major_version_zero = true
|
||||
major_version_zero = false
|
||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
## v1.0.1 (2025-06-09)
|
||||
|
||||
### Feat
|
||||
|
||||
- **package.json**: bump deps
|
||||
|
||||
### Fix
|
||||
|
||||
- **index**: fix minisign download link
|
||||
|
||||
## v1.0.0 (2025-06-09)
|
||||
|
||||
### Feat
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro check && astro build && ./compress-images.sh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue