mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-14 23:59:01 +00:00
bump: version 0.7.0 → 1.0.0
This commit is contained in:
parent
2db5087f72
commit
c8c6d6f39c
4 changed files with 15 additions and 3 deletions
2
.cz.toml
2
.cz.toml
|
@ -2,7 +2,7 @@
|
|||
name = "cz_conventional_commits"
|
||||
tag_format = "$version"
|
||||
version_scheme = "semver"
|
||||
version = "0.7.0"
|
||||
version = "1.0.0"
|
||||
version_files = [
|
||||
"version.php:VERSION",
|
||||
"resources/js/package.json:version"
|
||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
## 1.0.0 (2024-08-09)
|
||||
|
||||
### Feat
|
||||
|
||||
- 1.0.0 release
|
||||
- Update favicon when navigating with hx-boost
|
||||
|
||||
### Fix
|
||||
|
||||
- Background not working with linebreak in link
|
||||
- Wrong padding in mobile menu
|
||||
|
||||
## 0.7.0 (2024-08-08)
|
||||
|
||||
### Feat
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mobmash",
|
||||
"version": "0.7.0",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
const VERSION = "0.7.0";
|
||||
const VERSION = "1.0.0";
|
Loading…
Reference in a new issue