From 7a43a08f89ffd4ac9df835f7d2b197720e97b9ec Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:51:47 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- .github/workflows/.release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ deno.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index fc5553b..37fcefa 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.24.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed110a..07f9e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/flowcore-io/flowcore-pathways/compare/v0.24.0...v1.0.0) (2026-04-10) + + +### ⚠ BREAKING CHANGES + +* poll-based command queue for virtual pathway resets ([#69](https://github.com/flowcore-io/flowcore-pathways/issues/69)) + +### Features + +* poll-based command queue for virtual pathway resets ([#69](https://github.com/flowcore-io/flowcore-pathways/issues/69)) ([133b047](https://github.com/flowcore-io/flowcore-pathways/commit/133b0471c38a28011ad89e2ec7c86ba50be74839)) + ## [0.24.0](https://github.com/flowcore-io/flowcore-pathways/compare/v0.23.1...v0.24.0) (2026-04-08) diff --git a/deno.json b/deno.json index 985e47b..af9adc5 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": "0.24.0", + "version": "1.0.0", "license": "MIT", "exports": "./src/mod.ts", "publish": {