diff --git a/CHANGELOG.md b/CHANGELOG.md index 3053a96..d8d6a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Node.js Lambda Connector Changelog +## [1.20.1] - 2026-02-05 + +- Add GH Workflow to automate release (#66) +- Match UID for hasura in Dockerfile and connector-definition Dockerfile (#65) + + This changelog documents the changes between release versions. ## [Unreleased] diff --git a/ndc-lambda-sdk/package-lock.json b/ndc-lambda-sdk/package-lock.json index 174ef1c..8a35a73 100644 --- a/ndc-lambda-sdk/package-lock.json +++ b/ndc-lambda-sdk/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hasura/ndc-lambda-sdk", - "version": "1.17.0", + "version": "1.20.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hasura/ndc-lambda-sdk", - "version": "1.17.0", + "version": "1.20.1", "license": "Apache-2.0", "dependencies": { "@hasura/ndc-sdk-typescript": "^8.3.0", diff --git a/ndc-lambda-sdk/package.json b/ndc-lambda-sdk/package.json index 429b18e..46a9717 100644 --- a/ndc-lambda-sdk/package.json +++ b/ndc-lambda-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@hasura/ndc-lambda-sdk", - "version": "1.19.0", + "version": "1.20.1", "description": "SDK that can automatically expose TypeScript functions as Hasura NDC functions/procedures", "author": "Hasura", "license": "Apache-2.0",