Skip to content

Commit

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

### Dependency Updates

* **deps:** upgrade project dependencies ([#19](#19)) ([9074301](9074301))
* **deps:** upgrade project dependencies ([#23](#23)) ([ce00b54](ce00b54))

### Documentation Updates

* **api:** minor docs fixes and updates ([#21](#21)) ([857b43b](857b43b))

### Features

* **workflow:** add `prologue` and `epilogue` to `WorkflowDefinition` ([#22](#22)) ([2c69085](2c69085))

### Refactors

* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#25](#25)) ([c808f9c](c808f9c))
  • Loading branch information
kennedykori committed Oct 28, 2024
1 parent 2c8f415 commit 37360c1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [1.2.0](https://github.com/savannahghi/sghi-etl-core/compare/v1.1.1...v1.2.0) (2024-10-28)


### Dependency Updates

* **deps:** upgrade project dependencies ([#19](https://github.com/savannahghi/sghi-etl-core/issues/19)) ([9074301](https://github.com/savannahghi/sghi-etl-core/commit/907430140ce14b32f5e05a04458bf62d5402fe9b))
* **deps:** upgrade project dependencies ([#23](https://github.com/savannahghi/sghi-etl-core/issues/23)) ([ce00b54](https://github.com/savannahghi/sghi-etl-core/commit/ce00b548d96b30b4d0bba7b38245505809d85bfa))


### Documentation Updates

* **api:** minor docs fixes and updates ([#21](https://github.com/savannahghi/sghi-etl-core/issues/21)) ([857b43b](https://github.com/savannahghi/sghi-etl-core/commit/857b43b508b8078676cc172a303d28183f19ba19))


### Features

* **workflow:** add `prologue` and `epilogue` to `WorkflowDefinition` ([#22](https://github.com/savannahghi/sghi-etl-core/issues/22)) ([2c69085](https://github.com/savannahghi/sghi-etl-core/commit/2c69085a65fa5da32313b67294332f4de7b79c8d))


### Refactors

* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#25](https://github.com/savannahghi/sghi-etl-core/issues/25)) ([c808f9c](https://github.com/savannahghi/sghi-etl-core/commit/c808f9c70aa778567b2a749244928371842826b3))

## [1.2.0-rc.1](https://github.com/savannahghi/sghi-etl-core/compare/v1.1.1...v1.2.0-rc.1) (2024-10-28)


Expand Down
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-core",
"version": "1.2.0-rc.1",
"version": "1.2.0",
"description": "API specification for components of a simple ETL workflow.",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 37360c1

Please sign in to comment.