Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fnLog0 committed Sep 16, 2024
1 parent 43787e5 commit a37422b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.1",
"version": "0.0.2",
"npmClient": "yarn",
"packages": [
"packages/*"
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": "@logpipe/logger",
"version": "0.0.1",
"version": "0.0.2",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/effortlesslabs/logpipe",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logpipe/server",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit a37422b

Please sign in to comment.