Skip to content

Commit

Permalink
Version Packages (#880)
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 May 27, 2022
1 parent 3fcbc2a commit fdfd677
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/cool-buses-give.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# skuba

## 4.2.2

### Patch Changes

- **template/lambda-sqs-worker:** Avoid mutation of logger context ([#879](https://github.com/seek-oss/skuba/pull/879))

We now perform a shallow copy when retrieving the logger context from `AsyncLocalStorage`.

```diff
- mixin: () => loggerContext.getStore() ?? {},
+ mixin: () => ({ ...loggerContext.getStore() }),
```

## 4.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@
"version": "4.0.0"
},
"types": "./lib/index.d.ts",
"version": "4.2.1"
"version": "4.2.2"
}

0 comments on commit fdfd677

Please sign in to comment.