Skip to content

Commit

Permalink
Bump version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Jan 25, 2024
1 parent 411a31e commit 480c327
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This changelog documents the changes between release versions.
## main
Changes to be included in the next upcoming release

## v0.11.0
- Add support for parallel execution of readonly functions ([#2](https://github.com/hasura/ndc-nodejs-lambda/pull/2))

## v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions ndc-lambda-sdk/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 ndc-lambda-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hasura/ndc-lambda-sdk",
"version": "0.10.0",
"version": "0.11.0",
"description": "SDK that can automatically expose TypeScript functions as Hasura NDC functions/procedures",
"author": "Hasura",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions yeoman-generator/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 yeoman-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-hasura-ndc-nodejs-lambda",
"version": "0.10.0",
"version": "0.11.0",
"description": "Yeoman generator for Hasura DDN ndc-nodejs-lambda connectors",
"files": [
"generators"
Expand Down

0 comments on commit 480c327

Please sign in to comment.