Skip to content

Commit d148bb9

Browse files
chore(main): release 1.5.0
1 parent 38e0e8d commit d148bb9

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/tatupesonen/Armaani/compare/v1.4.0...v1.5.0) (2026-03-10)
4+
5+
6+
### Features
7+
8+
* add Project Zomboid game handler with full server management ([cfe281b](https://github.com/tatupesonen/Armaani/commit/cfe281b7c3e142ae653b075639e705e471e36ae3))
9+
* add Project Zomboid game handler with full server management ([0075a53](https://github.com/tatupesonen/Armaani/commit/0075a53e794bc92bafa010f0ea0096cca6d19cb8))
10+
311
## [1.4.0](https://github.com/tatupesonen/Armaani/compare/v1.3.2...v1.4.0) (2026-03-10)
412

513

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://getcomposer.org/schema.json",
33
"name": "tatupesonen/armaani",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"type": "project",
66
"description": "The skeleton application for the Laravel framework.",
77
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://www.schemastore.org/package.json",
33
"name": "armaani",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"private": true,
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)