Skip to content

Commit 2b28349

Browse files
authored
Merge pull request #38 from tatupesonen/release-please--branches--main
chore(main): release 1.8.5
2 parents b610b43 + aacec96 commit 2b28349

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.8.4"
2+
".": "1.8.5"
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.8.5](https://github.com/tatupesonen/Armaani/compare/v1.8.4...v1.8.5) (2026-03-15)
4+
5+
6+
### Bug Fixes
7+
8+
* race condition in mission upload ([b610b43](https://github.com/tatupesonen/Armaani/commit/b610b4366b93148ab042db0bd39eb5e0c8bd9180))
9+
310
## [1.8.4](https://github.com/tatupesonen/Armaani/compare/v1.8.3...v1.8.4) (2026-03-15)
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.8.4",
4+
"version": "1.8.5",
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.8.4",
4+
"version": "1.8.5",
55
"private": true,
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)