diff --git a/changelog.md b/changelog.md index 66c1a46..1725c6b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/ehmpathy/event-stream-pubsub/compare/v0.1.4...v0.1.5) (2024-09-21) + + +### Bug Fixes + +* **practs:** bump practs to latest best ([c37a00b](https://github.com/ehmpathy/event-stream-pubsub/commit/c37a00b0b38d55afc37dad55cbaa1bd84a871a08)) + ## [0.1.4](https://github.com/ehmpathy/event-stream-pubsub/compare/v0.1.3...v0.1.4) (2024-09-21) diff --git a/package-lock.json b/package-lock.json index df2f08d..d7e14a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "event-stream-pubsub", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "event-stream-pubsub", - "version": "0.1.4", + "version": "0.1.5", "dependencies": { "eventemitter3": "^5.0.1", "events": "^3.0.0" diff --git a/package.json b/package.json index dbd83e4..b6c60d3 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.4", + "version": "0.1.5", "repository": "ehmpathy/event-stream-pubsub", "homepage": "https://github.com/ehmpathy/event-stream-pubsub", "keywords": [