diff --git a/changelog.md b/changelog.md index b98f3ae..66c1a46 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/ehmpathy/event-stream-pubsub/compare/v0.1.3...v0.1.4) (2024-09-21) + + +### Bug Fixes + +* **deps:** upgrade to eventemitter3 for explicit frontend support ([1b99773](https://github.com/ehmpathy/event-stream-pubsub/commit/1b997734cc4aaa464bb6d0feaf97c92dbdfdd55e)) + ## [0.1.3](https://github.com/ehmpathy/event-stream-pubsub/compare/v0.1.0...v0.1.3) (2023-07-18) diff --git a/package-lock.json b/package-lock.json index 008fcb6..a05c42b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "event-stream-pubsub", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "event-stream-pubsub", - "version": "0.1.3", + "version": "0.1.4", "dependencies": { "eventemitter3": "^5.0.1", "events": "^3.0.0" diff --git a/package.json b/package.json index 4e8308b..f109af4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "event-stream-pubsub", "author": "ehmpathy", "description": "pubsub pattern for in-memory, stateless event streaming", - "version": "0.1.3", + "version": "0.1.4", "repository": "ehmpathy/event-stream-pubsub", "homepage": "https://github.com/ehmpathy/event-stream-pubsub", "keywords": [