From 6a23f660448c1e0c0af87ab8f1232bd205cfc0c5 Mon Sep 17 00:00:00 2001
From: "Dominik.Sigmund" <dominik.sigmund@br.de>
Date: Wed, 23 Aug 2023 11:47:42 +0200
Subject: [PATCH] Fixed Type definiton, added error

---
 index.d.ts   | 1 +
 package.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.d.ts b/index.d.ts
index 8612371..d3006cc 100755
--- a/index.d.ts
+++ b/index.d.ts
@@ -10,4 +10,5 @@ declare class Log {
     debug(...message: any): string;
     warning(...message: any): string;
     log(...message: any): string;
+    error(...message: any): string;
 }
diff --git a/package.json b/package.json
index c4b9d10..36d283d 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@libs/log",
-  "version": "3.1.2",
+  "version": "3.1.3",
   "description": "A simple Logger with Options!",
   "main": "index.js",
   "scripts": {
-- 
GitLab