Skip to content

Commit 183c044

Browse files
committed
Merge branch 'hotfix/2.0.1'
2 parents 2dcc119 + e213784 commit 183c044

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

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+
613
## [2.0.0] - 2022-02-09
714

815
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"illuminate/contracts": "^8.0|^9.0",
2929
"illuminate/support": "^8.0|^9.0",
3030
"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"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^9.5.10"

0 commit comments

Comments
 (0)