Skip to content

Commit

Permalink
chore: @ogma/logger@π (#1756)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @ogma/logger@3.1.4

### Patch Changes

- 5ee0fed: Make it so that the "each" option does not end up double
printing the arrays of objects passed to the logger
- 5ee0fed: Fix an issue with sonic-boom not printing all the logs in a
worker thread
  • Loading branch information
jmcdo29 authored Sep 24, 2023
2 parents b1a1d8b + d435acf commit 9e5e1df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-steaks-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-socks-develop.md

This file was deleted.

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

## 3.1.4

### Patch Changes

- 5ee0fed: Make it so that the "each" option does not end up double printing the arrays of objects passed to the logger
- 5ee0fed: Fix an issue with sonic-boom not printing all the logs in a worker thread

## 3.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/logger",
"version": "3.1.3",
"version": "3.1.4",
"description": "A simple, no-nonsense logging package for NodeJS",
"keywords": [
"logging",
Expand Down

0 comments on commit 9e5e1df

Please sign in to comment.