Skip to content

Commit 749f461

Browse files
chore(main): release 1.7.1
1 parent a479944 commit 749f461

4 files changed

Lines changed: 10 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.7.0"
2+
".": "1.7.1"
33
}

CHANGELOG.md

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

3+
## [1.7.1](https://github.com/tatupesonen/Armaani/compare/v1.7.0...v1.7.1) (2026-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* update release script, check for app version on boot ([177f842](https://github.com/tatupesonen/Armaani/commit/177f842969eb0130bcc6674815a843e180a64b64))
9+
310
## [1.7.0](https://github.com/tatupesonen/Armaani/compare/v1.6.2...v1.7.0) (2026-03-11)
411

512

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.7.0",
4+
"version": "1.7.1",
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.7.0",
4+
"version": "1.7.1",
55
"private": true,
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)