Skip to content

Commit

Permalink
v13.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Aug 21, 2023
1 parent 685b717 commit 0596294
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [13.1.0](https://github.com/nfroidure/whook/compare/v13.1.2...v13.1.0) (2023-08-21)


### Bug Fixes

* **@whook/aws-lambda:** no wrappers for non http lambdas ([685b717](https://github.com/nfroidure/whook/commit/685b717632919b329e9a9d2cf6862f36bf90aeef))



# [13.1.0](https://github.com/nfroidure/whook/compare/v13.1.1...v13.1.0) (2023-08-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "13.1.2",
"version": "13.1.3",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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 packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/aws-lambda",
"version": "13.1.2",
"version": "13.1.3",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 0596294

Please sign in to comment.