From b44a6cc56e01d1196570c01a513540b805996c0c Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:30:26 +0100 Subject: [PATCH] chore(main): release 2.2.0 --- .github/workflows/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deno.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index 969d3db..a5d1cf2 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3b458..40cfc36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/flowcore-io/flowcore-pathways/compare/v2.1.0...v2.2.0) (2026-04-30) + + +### Features + +* add pathway provisioning failure modes ([993d133](https://github.com/flowcore-io/flowcore-pathways/commit/993d1339f326182520eab984965ecfe51d6e8440)) + ## [2.1.0](https://github.com/flowcore-io/flowcore-pathways/compare/v2.0.1...v2.1.0) (2026-04-17) diff --git a/deno.json b/deno.json index 2dd7fa4..b5abe63 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/pathways", "description": "A TypeScript Library for creating Flowcore Pathways, simplifying the integration with the flowcore platform", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {