Skip to content

Commit a21eb56

Browse files
Bump version to v0.14.0
1 parent 0ba4d4c commit a21eb56

File tree

5 files changed

+34
-16
lines changed

5 files changed

+34
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This changelog documents the changes between release versions.
44
## main
55
Changes to be included in the next upcoming release
66

7-
* Support for "relaxed types" ([#10](https://github.com/hasura/ndc-nodejs-lambda/pull/10))
7+
## v0.14.0
8+
- Support for "relaxed types" ([#10](https://github.com/hasura/ndc-nodejs-lambda/pull/10))
89

910
## v0.13.0
1011
- Add support for treating 'true | false' as a Boolean type ([#7](https://github.com/hasura/ndc-nodejs-lambda/pull/7))

ndc-lambda-sdk/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ndc-lambda-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hasura/ndc-lambda-sdk",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "SDK that can automatically expose TypeScript functions as Hasura NDC functions/procedures",
55
"author": "Hasura",
66
"license": "Apache-2.0",

yeoman-generator/package-lock.json

Lines changed: 28 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yeoman-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-hasura-ndc-nodejs-lambda",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Yeoman generator for Hasura DDN ndc-nodejs-lambda connectors",
55
"files": [
66
"generators"

0 commit comments

Comments
 (0)