From 9f44c47f4b109c2d413d9e16e72fcd33b94bf1cf Mon Sep 17 00:00:00 2001 From: "trent.hashimoto" Date: Fri, 23 Jan 2026 11:24:26 -0800 Subject: [PATCH] Update to 6.0.0 --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e47dd67..66aa768 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Models, types and enumerations used by Hypersyncs. ## Release Notes +### 6.0.0 + +- **Breaking:** Updated to Node.js 22 +- **Breaking:** Moved `CredentialFieldType` enum to `@hyperproof/integration-sdk` +- Added `IteratorSource` enum and iterator definition types for iterative proof generation +- Added `sort` property to `IProofSpec` definition +- Added `savedCriteriaSettings` and `ICriteriaSearchInput` for criteria search functionality +- Added `continueOnError` property to `IDataSetLookup` + ### 5.2.0 - Update Criteria and DataSource models diff --git a/package.json b/package.json index 8f66276..142c989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperproof/hypersync-models", - "version": "6.0.0-beta.1", + "version": "6.0.0", "description": "Hypersync Models", "license": "MIT", "repository": {