File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
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
+ ## [ 2.0.1] - 2022-06-25
7
+
8
+ ### Fixed
9
+
10
+ - Upgraded the ` laravel-json-api/neomerx-json-api ` dependency to ` ^5.0.1 ` . This fixes a bug related to the top-level
11
+ meta member. Previously the encoder added empty meta values to the top-level member, which is incorrect.
12
+
6
13
## [ 2.0.0] - 2022-02-09
7
14
8
15
### Added
Original file line number Diff line number Diff line change 28
28
"illuminate/contracts" : " ^8.0|^9.0" ,
29
29
"illuminate/support" : " ^8.0|^9.0" ,
30
30
"laravel-json-api/core" : " ^2.0" ,
31
- "laravel-json-api/neomerx-json-api" : " ^5.0"
31
+ "laravel-json-api/neomerx-json-api" : " ^5.0.1 "
32
32
},
33
33
"require-dev" : {
34
34
"phpunit/phpunit" : " ^9.5.10"
You can’t perform that action at this time.
0 commit comments