Skip to content

Commit c954809

Browse files
authored
Merge pull request #36 from flowcore-io/release-please--branches--main
chore(main): release 0.16.3
2 parents 3d7ca31 + b5dd9f0 commit c954809

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.2"
2+
".": "0.16.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.3](https://github.com/flowcore-io/flowcore-pathways/compare/v0.16.2...v0.16.3) (2025-06-20)
4+
5+
6+
### Bug Fixes
7+
8+
* enhance error logging and validation feedback in PathwaysBuilder ([7346aba](https://github.com/flowcore-io/flowcore-pathways/commit/7346ababec419f46f6102408e41ce2580b41dcdf))
9+
310
## [0.16.2](https://github.com/flowcore-io/flowcore-pathways/compare/v0.16.1...v0.16.2) (2025-06-12)
411

512

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
33
"name": "@flowcore/pathways",
44
"description": "A TypeScript Library for creating Flowcore Pathways, simplifying the integration with the flowcore platform",
5-
"version": "0.16.2",
5+
"version": "0.16.3",
66
"license": "MIT",
77
"exports": "./src/mod.ts",
88
"publish": {

0 commit comments

Comments
 (0)