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 since ` 1.0.0-beta.1 ` .
9
+
6
10
## [ 1.0.0-beta.1] - 2021-03-30
7
11
8
12
### Changed
Original file line number Diff line number Diff line change 26
26
"php" : " ^7.4|^8.0" ,
27
27
"ext-json" : " *" ,
28
28
"illuminate/support" : " ^8.0" ,
29
- "laravel-json-api/core" : " ^1.0.0-beta.1 " ,
29
+ "laravel-json-api/core" : " ^1.0.0" ,
30
30
"laravel-json-api/neomerx-json-api" : " ^4.0.2"
31
31
},
32
32
"require-dev" : {
52
52
]
53
53
}
54
54
},
55
- "minimum-stability" : " dev " ,
55
+ "minimum-stability" : " stable " ,
56
56
"prefer-stable" : true ,
57
57
"config" : {
58
58
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments