Skip to content

Commit

Permalink
Merge branch 'develop' into some-nits
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Aug 16, 2023
2 parents 8b0168d + 7c0f19b commit 20f65f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 1.0.5 - YYYY-MM-DD

### Added

- Export ILoggerConfig from types;

## 1.0.4 - 2023-08-08

### Fixed
Expand Down
1 change: 1 addition & 0 deletions bindings/nodejs/lib/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from './models';
export * from './secret_manager';
export * from './utils';
export * from './wallet';
export * from './logger-config';

/**
* Response from the message interface
Expand Down

0 comments on commit 20f65f5

Please sign in to comment.