mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
bump: version 0.2.0 → 0.2.1
This commit is contained in:
parent
a25321a0f7
commit
f5201f3b04
4 changed files with 9 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.2.0"
|
||||
version = "0.2.1"
|
||||
version_files = [
|
||||
"version.php:VERSION",
|
||||
"resources/js/package.json:version"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 0.2.1 (2024-08-05)
|
||||
|
||||
### Fix
|
||||
|
||||
- We don't use a prefix in the version tag
|
||||
|
||||
## 0.2.0 (2024-08-05)
|
||||
|
||||
### Feat
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mobmash",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
const VERSION = "0.2.0";
|
||||
const VERSION = "0.2.1";
|
Loading…
Reference in a new issue