From f6f78ecb56257a4911022afcfc39481e6c40fdec Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Thu, 31 Aug 2023 17:11:08 -0700 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c35fce..3d9d820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sse.js", - "version": "0.6.1", + "version": "1.0.0", "description": "A flexible Server-Sent Events source; supports POST requests and custom headers", "main": "./lib/sse.js", "scripts": {