Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Nov 22, 2021
1 parent ec45b02 commit 0ba6992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ This might be useful if you are using `sls package` and building your own artifa

## Migrations

### v0.0.14 to v0.0.14
### v0.0.14 to v0.0.15

#### Use function.custom.middleware instead fo function.handler
Passing an array to the handler property is not allowed anymore since Serverless is getting stricter with it's types and it also causes issues with Typescript.
Expand Down
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": "serverless-middleware",
"version": "0.0.14",
"version": "0.0.15",
"description": "Serverless plugin to allow middleware handlers configured directly in serverless.yaml",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 0ba6992

Please sign in to comment.