From f8bd6f8452f421a8267c9dde04d64d7da42c0a8e Mon Sep 17 00:00:00 2001 From: tbrand Date: Thu, 11 Sep 2025 07:03:53 +0000 Subject: [PATCH] v5.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80257d9d9..2fdef946d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "generative-ai-use-cases", - "version": "5.1.1", + "version": "5.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "generative-ai-use-cases", - "version": "5.1.1", + "version": "5.1.2", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index ad7f325ff..47ae2f442 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "generative-ai-use-cases", "private": true, - "version": "5.1.1", + "version": "5.1.2", "scripts": { "lint": "run-s custom-lint:build root:lint web:lint:fix cdk:lint cdk:lambda-build-dryrun", "test": "run-s web:test",