diff --git a/.changeset/giant-peaches-begin.md b/.changeset/giant-peaches-begin.md deleted file mode 100644 index f62b77e..0000000 --- a/.changeset/giant-peaches-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@seek/logger': patch ---- - -deps: pino-std-serializers ^7.0.0 diff --git a/.changeset/loud-moles-sin.md b/.changeset/loud-moles-sin.md deleted file mode 100644 index aef226a..0000000 --- a/.changeset/loud-moles-sin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@seek/logger': minor ---- - -createDestination: Implement logging integration testing - -`@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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d16c48..3735fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 277bb77..aa9dbfa 100644 --- a/package.json +++ b/package.json @@ -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",