From 6d71c5a3e63992db69a39db9ef6ddf5b66ef413a Mon Sep 17 00:00:00 2001 From: "flowcore-release-bot[bot]" <269156069+flowcore-release-bot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:37:03 +0000 Subject: [PATCH] chore(main): release 4.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ deno.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 44b10ef..6fa3b72 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.1.0"} +{".":"4.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 96004e2..d664b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.2.0](https://github.com/flowcore-io/flowcore-sdk/compare/v4.1.0...v4.2.0) (2026-05-04) + + +### Features + +* **aws-marketplace:** add AWS Marketplace customer resolve and link delete commands ([24fa10d](https://github.com/flowcore-io/flowcore-sdk/commit/24fa10d837dd4212afeceb38e88d687409615990)) +* **aws-marketplace:** add AWS Marketplace link creation command ([17c368a](https://github.com/flowcore-io/flowcore-sdk/commit/17c368abc022db3b39a0ba053bdfc62f79050075)) +* **aws-marketplace:** add AWS Marketplace link fetch and list commands ([20b52d3](https://github.com/flowcore-io/flowcore-sdk/commit/20b52d3ef80094778778c1ce3bb962668e740e67)) +* **aws-marketplace:** add AWS Marketplace schemas and types for customer, product, and link management ([4e0bf83](https://github.com/flowcore-io/flowcore-sdk/commit/4e0bf8327353a630372d55b28632ddfeb140386f)) +* **aws-marketplace:** add AWS Marketplace types and commands tests ([bf6e2d5](https://github.com/flowcore-io/flowcore-sdk/commit/bf6e2d53cf6a977687348ffc6cedca1aae13d4d8)) + ## [4.1.0](https://github.com/flowcore-io/flowcore-sdk/compare/v4.0.0...v4.1.0) (2026-04-24) diff --git a/deno.json b/deno.json index 831616f..46647fa 100644 --- a/deno.json +++ b/deno.json @@ -2,7 +2,7 @@ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "name": "@flowcore/sdk", "description": "Flowcore SDK", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {