From 4a37953fa054ddb5b72c4c53d23af4e72b06b85f Mon Sep 17 00:00:00 2001 From: Kennedy Kori Date: Sat, 28 Dec 2024 17:39:12 +0000 Subject: [PATCH] release: 1.2.0-rc.1 [skip ci] ## [1.2.0-rc.1](https://github.com/savannahghi/sghi-etl-commons/compare/v1.1.0...v1.2.0-rc.1) (2024-12-28) ### Dependency Updates * **deps:** upgrade project dependencies ([#31](https://github.com/savannahghi/sghi-etl-commons/issues/31)) ([3279164](https://github.com/savannahghi/sghi-etl-commons/commit/3279164ee701f33228d22e033a985c1a8ccd9cda)) ### Features * **core:** add support for `prologue` and `epilogue` workflow properties ([#34](https://github.com/savannahghi/sghi-etl-commons/issues/34)) ([b8fa894](https://github.com/savannahghi/sghi-etl-commons/commit/b8fa89428c6218119e1e1b6fe051e984db265aaf)) * support running workflow instances directly ([#35](https://github.com/savannahghi/sghi-etl-commons/issues/35)) ([8363850](https://github.com/savannahghi/sghi-etl-commons/commit/8363850b3e1d115b7522926bf3a55c6e9bc4a3df)) --- docs/CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3c4d89c..9dbf1be 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.2.0-rc.1](https://github.com/savannahghi/sghi-etl-commons/compare/v1.1.0...v1.2.0-rc.1) (2024-12-28) + + +### Dependency Updates + +* **deps:** upgrade project dependencies ([#31](https://github.com/savannahghi/sghi-etl-commons/issues/31)) ([3279164](https://github.com/savannahghi/sghi-etl-commons/commit/3279164ee701f33228d22e033a985c1a8ccd9cda)) + + +### Features + +* **core:** add support for `prologue` and `epilogue` workflow properties ([#34](https://github.com/savannahghi/sghi-etl-commons/issues/34)) ([b8fa894](https://github.com/savannahghi/sghi-etl-commons/commit/b8fa89428c6218119e1e1b6fe051e984db265aaf)) +* support running workflow instances directly ([#35](https://github.com/savannahghi/sghi-etl-commons/issues/35)) ([8363850](https://github.com/savannahghi/sghi-etl-commons/commit/8363850b3e1d115b7522926bf3a55c6e9bc4a3df)) + ## [1.1.0](https://github.com/savannahghi/sghi-etl-commons/compare/v1.0.0...v1.1.0) (2024-11-17) diff --git a/package.json b/package.json index d3211bb..68c1112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sghi-etl-commons", - "version": "1.1.0", + "version": "1.2.0-rc.1", "description": "Collection of utilities for working with SGHI ETL Workflows.", "directories": { "doc": "docs"