Skip to content

Commit

Permalink
chore(release): 18.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaloopci committed Mar 12, 2024
1 parent 67b8168 commit adaf26f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Changelog: [mojaloop/sdk-standard-components](https://github.com/mojaloop/sdk-standard-components)
## [18.0.0](https://github.com/mojaloop/sdk-standard-components/compare/v17.4.0...v18.0.0) (2024-03-12)


### ⚠ BREAKING CHANGES

* **mojaloop/#3759:** change logger functions to object variables (#196)

### Features

* **mojaloop/#3759:** change logger functions to object variables ([#196](https://github.com/mojaloop/sdk-standard-components/issues/196)) ([f78818d](https://github.com/mojaloop/sdk-standard-components/commit/f78818d0bcbbfab1dd9f7ee87f514a69dfaff5bb)), closes [mojaloop/#3759](https://github.com/mojaloop/project/issues/3759)


### Chore

* update deps ([#197](https://github.com/mojaloop/sdk-standard-components/issues/197)) ([67b8168](https://github.com/mojaloop/sdk-standard-components/commit/67b81685004ffa1516469eb60b12fb76a84663a5))

## [17.4.0](https://github.com/mojaloop/sdk-standard-components/compare/v17.3.0...v17.4.0) (2024-02-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-standard-components",
"version": "17.4.0",
"version": "18.0.0",
"description": "A set of standard components for connecting to Mojaloop API enabled Switches",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit adaf26f

Please sign in to comment.