Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/justinmchase/grove into fea…
Browse files Browse the repository at this point in the history
…t/logger-refactor
  • Loading branch information
justinmchase committed Nov 14, 2024
2 parents dcfe6f0 + 459058f commit e6d5280
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.4
0.6.0
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justinmchase/grove",
"version": "0.5.4",
"version": "0.6.0",
"exports": {
".": "./mod.ts",
"./controllers": "./src/controllers/mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/logging/logger.service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ Deno.test({
'E "test" {"error":{"name":"Error","message":"test","stack":"<stack>"}}',
),
});

},
});

0 comments on commit e6d5280

Please sign in to comment.