Skip to content

Commit

Permalink
release: 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.2...v1.1.0) (2024-04-03)

### Refactors

* **minor:** deprecate `Processor.process` in favor of `apply` ([#14](#14)) ([5759fb7](5759fb7))
  • Loading branch information
kennedykori committed Apr 3, 2024
1 parent a6aee48 commit bcce05e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.0](https://github.com/savannahghi/sghi-etl-core/compare/v1.0.2...v1.1.0) (2024-04-03)


### Refactors

* **minor:** deprecate `Processor.process` in favor of `apply` ([#14](https://github.com/savannahghi/sghi-etl-core/issues/14)) ([5759fb7](https://github.com/savannahghi/sghi-etl-core/commit/5759fb7fa33cefb4a1c6874a14a346b1c7d5648f))

## [1.1.0-rc.1](https://github.com/savannahghi/sghi-etl-core/compare/v1.0.2...v1.1.0-rc.1) (2024-04-03)


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

0 comments on commit bcce05e

Please sign in to comment.