Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 3, 2024
1 parent 35cd486 commit 76e6a4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/neat-radios-ring.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @seek/logger

## 8.1.1

### Patch Changes

- **createDestination:** Use `Record` type for `stdoutMock.calls` and `stdoutMock.onlyCall()` ([#137](https://github.com/seek-oss/logger/pull/137))

This allows you to destructure a call in your test code without the TypeScript compiler complaining:

```typescript
const { level, ...rest } = stdoutMock.onlyCall();
```

## 8.1.0

### Minor Changes
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": "@seek/logger",
"version": "8.1.0",
"version": "8.1.1",
"private": false,
"description": "Standardized logging",
"homepage": "https://github.com/seek-oss/logger#readme",
Expand Down

0 comments on commit 76e6a4b

Please sign in to comment.