Skip to content

Commit

Permalink
changelog and version for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Huwiler committed Oct 17, 2018
1 parent 7315b36 commit 21d5530
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]


## [1.5.0] - 2018-10-17

### Added
- You can now generate a transformer by calling `adonis make:transformer`, [#22](https://github.com/rhwilr/adonis-bumblebee/issues/22)

### Fixed
- When an invalid transformer is passed, a better understandable error message is thrown, [#21](https://github.com/rhwilr/adonis-bumblebee/issues/21)


## [1.4.1] - 2018-09-26

Just a small update, nothing new in this release. Just upgrading some dependencies.
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.4.1",
"version": "1.5.0",
"description": "Api Transformer Provider for AdonisJs Framework",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 21d5530

Please sign in to comment.