Skip to content

Commit

Permalink
v18.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Dec 5, 2024
1 parent a7b84a8 commit 938b8e5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [18.0.0](https://github.com/nfroidure/whook/compare/v18.0.1...v18.0.0) (2024-12-05)


### Bug Fixes

* **@whook/aws-lambda:** fix lambda testing ([a7b84a8](https://github.com/nfroidure/whook/commit/a7b84a89be25710ab1c2f7b722d6a1292deb3326))
* **build:** fix lambda/function builds ([6170d57](https://github.com/nfroidure/whook/commit/6170d57e0210f92867053754209130f0b94eb919))



# [18.0.0](https://github.com/nfroidure/whook/compare/v17.1.1...v18.0.0) (2024-12-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "18.0.1",
"version": "18.0.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
4 changes: 2 additions & 2 deletions 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": "18.0.1",
"version": "18.0.2",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
},
"name": "@whook/gcp-functions",
"version": "18.0.1",
"version": "18.0.2",
"description": "Build and deploy to GCP Cloud Functions with Whook.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 938b8e5

Please sign in to comment.