File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
6
+ ## [ 1.0.0] - 2021-07-31
7
+
8
+ Initial stable release, with no changes from ` 1.0.0-beta.2 ` .
9
+
6
10
## [ 1.0.0-beta.2] - 2021-07-10
7
11
8
12
### Changed
Original file line number Diff line number Diff line change 28
28
"illuminate/contracts" : " ^8.0" ,
29
29
"illuminate/pipeline" : " ^8.0" ,
30
30
"illuminate/support" : " ^8.0" ,
31
- "laravel-json-api/core" : " ^1.0.0-beta.1 "
31
+ "laravel-json-api/core" : " ^1.0.0"
32
32
},
33
33
"require-dev" : {
34
34
"orchestra/testbench" : " ^6.9" ,
54
54
]
55
55
}
56
56
},
57
- "minimum-stability" : " dev " ,
57
+ "minimum-stability" : " stable " ,
58
58
"prefer-stable" : true ,
59
59
"config" : {
60
60
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments