Skip to content

Commit

Permalink
update changelog for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwilr committed Apr 13, 2020
1 parent 29e9bd9 commit 8b5a8c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [2.2.0] - 2020-04-13

### Added
- Serializers now have access to the nesting level of included resources.
- Added a `SLDataSerializer` that only adds the `data` keyword on the first level, [#72](https://github.com/rhwilr/adonis-bumblebee/issues/72)


## [2.1.0] - 2019-12-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-bumblebee",
"version": "2.1.0",
"version": "2.2.0",
"description": "Api Transformer Provider for AdonisJs Framework",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8b5a8c5

Please sign in to comment.