Skip to content

Commit 0c283df

Browse files
committed
chore: release v1.0.1
1 parent ac5b394 commit 0c283df

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
## 1.0.1 (2024-08-04)
4+
5+
6+
### Bug Fixes
7+
8+
* make all automate ([ac5b394](https://github.com/justdlabs/inertia.ts/commit/ac5b3945c2cb5576a908939a2b9420b9db05d411))
9+
10+
11+
### Chores
12+
13+
* Update build command in readme ([7076e29](https://github.com/justdlabs/inertia.ts/commit/7076e29aed986a524adecce8b4176df531a6485d))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "justd/laravel",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "project",
55
"description": "The skeleton application for the Laravel framework.",
66
"keywords": [

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@
7979
"out": "composer.json"
8080
}
8181
}
82-
}
82+
},
83+
"version": "1.0.1"
8384
}

0 commit comments

Comments
 (0)