Skip to content

Commit ef2f939

Browse files
authored
Update package.json + changelog for v1.18.0 (#63)
1 parent e310d2a commit ef2f939

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [1.18.0] - 2026-02-04
8+
- Update Connector `Dockerfile` definitions for CVE patching ([#62](https://github.com/hasura/ndc-nodejs-lambda/pull/62))
9+
710
## [1.17.0] - 2026-01-23
811
- Updated the NDC TypeScript SDK to v8.3.0 ([#61](https://github.com/hasura/ndc-nodejs-lambda/pull/61))
912
- Logging of requests, responses and errors has been improved to include the collection/operation name if available

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.17.0",
3+
"version": "1.18.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)