From e1f39a033c81f4c060fca00749c55ec5d395156f Mon Sep 17 00:00:00 2001 From: Kennedy Kori Date: Sun, 31 Mar 2024 15:05:44 +0000 Subject: [PATCH] release: 1.0.2 [skip ci] ## [1.0.2](https://github.com/savannahghi/sghi-etl-core/compare/v1.0.1...v1.0.2) (2024-03-31) ### Dependency Updates * **deps:** upgrade project dependencies ([#12](https://github.com/savannahghi/sghi-etl-core/issues/12)) ([a2b6684](https://github.com/savannahghi/sghi-etl-core/commit/a2b66844ce6b70628eb1249207a2580c14bdcbce)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2f51570..ad57188 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/savannahghi/sghi-etl-core/compare/v1.0.1...v1.0.2) (2024-03-31) + + +### Dependency Updates + +* **deps:** upgrade project dependencies ([#12](https://github.com/savannahghi/sghi-etl-core/issues/12)) ([a2b6684](https://github.com/savannahghi/sghi-etl-core/commit/a2b66844ce6b70628eb1249207a2580c14bdcbce)) + ## [1.0.2-rc.1](https://github.com/savannahghi/sghi-etl-core/compare/v1.0.1...v1.0.2-rc.1) (2024-03-31) diff --git a/package.json b/package.json index 696a5e1..84c3a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sghi-etl-core", - "version": "1.0.2-rc.1", + "version": "1.0.2", "description": "API specification for components of a simple ETL workflow.", "directories": { "doc": "docs"