File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
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.4 ` .
9
+
6
10
## [ 1.0.0-beta.4] - 2021-07-10
7
11
8
12
### Added
Original file line number Diff line number Diff line change 27
27
"ext-json" : " *" ,
28
28
"illuminate/contracts" : " ^8.0" ,
29
29
"illuminate/pipeline" : " ^8.0" ,
30
- "laravel-json-api/core" : " ^1.0.0-beta.1 " ,
31
- "laravel-json-api/validation" : " ^1.0.0-beta.1 "
30
+ "laravel-json-api/core" : " ^1.0.0" ,
31
+ "laravel-json-api/validation" : " ^1.0.0"
32
32
},
33
33
"require-dev" : {
34
- "laravel-json-api/testing" : " ^1.0.0-beta.1 " ,
34
+ "laravel-json-api/testing" : " ^1.0.0" ,
35
35
"orchestra/testbench" : " ^6.9" ,
36
36
"phpunit/phpunit" : " ^9.5"
37
37
},
You can’t perform that action at this time.
0 commit comments