Skip to content

Commit

Permalink
Version Packages (#136)
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 4ddb80a commit 7833986
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-peaches-begin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-moles-sin.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.0

### Minor Changes

- **createDestination:** Implement logging integration testing ([#134](https://github.com/seek-oss/logger/pull/134))

`@seek/logger` now bundles a convenient mechanism for recording logging calls, built on Pino's support for customisable destinations. See [docs/testing.md](https://github.com/seek-oss/logger/blob/master/docs/testing.md) for more information.

### Patch Changes

- **deps:** pino-std-serializers ^7.0.0 ([#130](https://github.com/seek-oss/logger/pull/130))

## 8.0.0

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

0 comments on commit 7833986

Please sign in to comment.