Skip to content

Commit

Permalink
bump 1.0.2, fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Huwiler committed Mar 16, 2018
1 parent 3ce8f14 commit 04b65ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.0.2] - 2018-03-16

### Fixed
- Parsing includes from the request did not work as intended. Now the query parameters are parsed correctly, [#7](https://github.com/rhwilr/adonis-bumblebee/issues/7)


## [1.0.1] - 2018-03-10

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": "1.0.1",
"version": "1.0.2",
"description": "Api Transformer Provider for AdonisJs Framework",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 04b65ed

Please sign in to comment.