Skip to content

Commit

Permalink
v0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Nov 24, 2023
1 parent 3776601 commit c3f2778
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.4.17"
"version": "0.4.18"
}
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/browser",
"version": "0.4.17",
"version": "0.4.18",
"description": "Better Stack browser logging (formerly Logtail)",
"keywords": [
"Better Stack",
Expand Down
4 changes: 2 additions & 2 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logtail/js",
"version": "0.4.17",
"version": "0.4.18",
"description": "Better Stack Node.js + browser logging (formerly Logtail)",
"keywords": [
"Better Stack",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@logtail/browser": "^0.4.17",
"@logtail/browser": "^0.4.18",
"@logtail/node": "^0.4.17"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
Expand Down

0 comments on commit c3f2778

Please sign in to comment.