From 7f86521d1634cdd246b4d83ec21a6cc892e72074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rique=20Mittelstaedt?= Date: Sun, 20 Oct 2019 09:20:46 +0100 Subject: [PATCH] update version to 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6de74c2..695fd10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-error", - "version": "1.0.3", + "version": "1.0.4", "description": "An extendable Error class that actually works, with TypeScript definition files, supporting old and new style classes and compatibility even with the oldest browsers", "author": "Frédérique Mittelstaedt (https://www.gfm.io)", "license": "MIT",