Skip to content

Commit

Permalink
release: 1.2.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0-rc.1](v1.1.0...v1.2.0-rc.1) (2024-12-28)

### Dependency Updates

* **deps:** upgrade project dependencies ([#31](#31)) ([3279164](3279164))

### Features

* **core:** add support for `prologue` and `epilogue` workflow properties ([#34](#34)) ([b8fa894](b8fa894))
* support running workflow instances directly ([#35](#35)) ([8363850](8363850))
kennedykori committed Dec 28, 2024

Verified

This commit was signed with the committer’s verified signature.
kennedykori Kennedy Kori
1 parent fda1c3e commit 4a37953
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4a37953

Please sign in to comment.