Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Aug 8, 2024
1 parent 5601075 commit dad3c25
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
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"version": "0.5.0"
"version": "0.5.1"
}
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.5.0",
"version": "0.5.1",
"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.5.0",
"version": "0.5.1",
"description": "Better Stack Node.js + browser logging (formerly Logtail)",
"keywords": [
"Better Stack",
Expand Down Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/logtail/logtail-js/issues"
},
"dependencies": {
"@logtail/browser": "^0.5.0",
"@logtail/browser": "^0.5.1",
"@logtail/node": "^0.5.0"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
Expand Down

0 comments on commit dad3c25

Please sign in to comment.