Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Jan 29, 2024
1 parent 88a50b7 commit 6d2b71c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## 2.1.1

- 🐛 [`88a50b7`](https://github.com/javascript-studio/studio-log/commit/88a50b7bc02b9e19dd73e4264445371b6cdee3b7)
Include error message in stack if name is missing
-[`8510c8f`](https://github.com/javascript-studio/studio-log/commit/8510c8fe0c3da4777809d3919736453358e52364)
Run tests with local safari
-[`318c73b`](https://github.com/javascript-studio/studio-log/commit/318c73bbdc16e681a77e6f1fb77521da6ddc8e34)
Expose stack helper on logger

_Released by [Maximilian Antoni](https://github.com/mantoni) on 2024-01-29._

## 2.1.0

- 🍏 [`45073bc`](https://github.com/javascript-studio/studio-log/commit/45073bc3f379cbe08985a559ce938de831bf7f79)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/log",
"version": "2.1.0",
"version": "2.1.1",
"description": "A tiny streaming ndJSON logger",
"main": "lib/log.js",
"scripts": {
Expand Down

0 comments on commit 6d2b71c

Please sign in to comment.