Skip to content

Commit

Permalink
chore: release v1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: RainbowBird <[email protected]>
  • Loading branch information
luoling8192 committed Sep 20, 2024
1 parent c9177eb commit de0bafb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@guiiai/logg",
"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"packageManager": "[email protected]",
"description": "Yet another simple, nearly zero dependency, structural log compliance logger implementation.",
"contributors": [
Expand All @@ -16,6 +16,13 @@
],
"license": "MIT",
"repository": "https://github.com/guiiai/logg",
"keywords": [
"logger",
"nodejs",
"javascript",
"typescript",
"guiiai"
],
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down

0 comments on commit de0bafb

Please sign in to comment.