From 5d8497db07cea619ccaed0f6b390929c08d097c3 Mon Sep 17 00:00:00 2001 From: Slava Fomin II Date: Tue, 10 Aug 2021 20:57:16 +0300 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32d0869..e670395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "time-delta", - "version": "0.0.0", + "version": "1.0.0", "description": "Formats difference between two dates as a human-readable string in almost any language", "scripts": { "build": "npm run build-locales",