From a94babe2349b11ca43a04726cdef642d19341625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:50:49 +0000 Subject: [PATCH] chore(main): release 1.5.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55eb128..bd6e31d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/lukas-reining/eventsource/compare/v1.5.0...v1.5.1) (2024-09-06) + + +### Bug Fixes + +* bind custom fetch to globalThis ([5e60de0](https://github.com/lukas-reining/eventsource/commit/5e60de0fcf4c3cf4a9715560d39dd56d76de4d44)) + ## 1.5.1 (2024-09-06) diff --git a/package-lock.json b/package-lock.json index 6224669..2b5a27a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "extended-eventsource", - "version": "1.0.0", + "version": "1.5.1", "license": "MIT", "devDependencies": { "@babel/cli": "^7.23.0",