Skip to content

Commit

Permalink
Merge pull request #5 from StatelessStudio/v1.2.0
Browse files Browse the repository at this point in the history
V1.2.0
  • Loading branch information
DrewImm authored Apr 29, 2022
2 parents 27731bb + f3b7367 commit 0838784
Show file tree
Hide file tree
Showing 5 changed files with 5,338 additions and 300 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ts-tiny-log-winston

## [1.2.0]

### Additions
- [Issue #4] Add method to close winston logger connection

### Fixes

## [1.1.0]

### Additions
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const log: WinstonLog = new WinstonLog({
});

log.fatal('A fatal message!');
log.close();
```

### With existing winston instance
Expand All @@ -44,6 +45,7 @@ const log: WinstonLog = new WinstonLog({
});

log.fatal('A fatal message!');
log.close();

```

Expand Down
Loading

0 comments on commit 0838784

Please sign in to comment.