Skip to content

Commit

Permalink
Version Packages (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored Jul 3, 2024
1 parent 28cd4b5 commit 0ddf2a5
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 0ddf2a5

Please sign in to comment.