mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
bump: version 1.0.0 → 1.1.0
This commit is contained in:
parent
183606edab
commit
7f0f55fb80
4 changed files with 9 additions and 3 deletions
2
.cz.toml
2
.cz.toml
|
@ -2,7 +2,7 @@
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "semver"
|
version_scheme = "semver"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
version_files = [
|
version_files = [
|
||||||
"version.php:VERSION",
|
"version.php:VERSION",
|
||||||
"resources/js/package.json:version"
|
"resources/js/package.json:version"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 1.1.0 (2024-09-26)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- Add reference to blog
|
||||||
|
|
||||||
## 1.0.0 (2024-08-09)
|
## 1.0.0 (2024-08-09)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobmash",
|
"name": "mobmash",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
const VERSION = "1.0.0";
|
const VERSION = "1.1.0";
|
Loading…
Reference in a new issue