Skip to content

Commit dec0339

Browse files
committed
Update version 1.19.0
1 parent 43ab101 commit dec0339

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ This changelog documents the changes between release versions.
44

55
## [Unreleased]
66

7-
- Updated NodeJS to v24
87
Changes to be included in the next upcoming release
98

9+
## [1.19.0] - 2026-02-04
10+
11+
- Updated NodeJS to v24
12+
1013
## [1.18.0] - 2026-02-04
1114

1215
- Update Connector `Dockerfile` definitions for CVE patching ([#62](https://github.com/hasura/ndc-nodejs-lambda/pull/62))
@@ -62,6 +65,7 @@ Changes to be included in the next upcoming release
6265
- Exported the `@hasura/ndc-lambda-sdk/connector` module to make it easier to build entirely new connectors that extend the existing functionality provided by the SDK ([#45](https://github.com/hasura/ndc-nodejs-lambda/pull/45))
6366

6467
### Changed
68+
6569
- Updated to use [TypeScript v5.6.3](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/) ([#46](https://github.com/hasura/ndc-nodejs-lambda/pull/46))
6670

6771
## [1.8.0] - 2024-09-20

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": "1.18.0",
3+
"version": "1.19.0",
44
"description": "SDK that can automatically expose TypeScript functions as Hasura NDC functions/procedures",
55
"author": "Hasura",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)