Skip to content

Commit

Permalink
Bump version to v1.4.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers authored Jun 6, 2024
1 parent bd2b20d commit 9b5f795
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This changelog documents the changes between release versions.
## [Unreleased]
Changes to be included in the next upcoming release

## [1.4.1] - 2024-06-06

- Added a default .gitignore that ignores node_modules in the connector template ([#34](https://github.com/hasura/ndc-nodejs-lambda/pull/34))
- Updated to NDC TypeScript SDK to v5.0.0 ([#35](https://github.com/hasura/ndc-nodejs-lambda/pull/35))
- The BigInt scalar type now uses the biginteger type representation
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": "1.4.0",
"version": "1.4.1",
"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": "1.4.0",
"version": "1.4.1",
"description": "Yeoman generator for Hasura DDN ndc-nodejs-lambda connectors",
"files": [
"generators"
Expand Down

0 comments on commit 9b5f795

Please sign in to comment.