Skip to content

Commit

Permalink
Merge pull request #11 from kata-ai/release/v0.6.0
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
prakashdivyy authored Mar 12, 2019
2 parents 54686f7 + f52e9b3 commit b04ecb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# CHANGELOG
## [0.6.0] - 2019-03-12
### Added
- Add bodyParser.raw()

[0.6.0]: https://github.com/kata-ai/merapi-plugin-express/compare/v0.5.0...v0.6.0

## [0.5.0] - 2018-01-24
### Added
- Resolve verify function in bodyParser options

### Fixed
- Express tests

[0.5.0]: https://github.com/kata-ai/merapi-plugin-express/compare/v0.4.0...v0.5.0
[0.5.0]: https://github.com/kata-ai/merapi-plugin-express/compare/v0.4.0...v0.5.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merapi-plugin-express",
"version": "0.5.0",
"version": "0.6.0",
"description": "Merapi Plugin for Express App",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b04ecb8

Please sign in to comment.