diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..9968644 --- /dev/null +++ b/changelog.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/ehmpathy/event-stream-pubsub/compare/v0.1.0...v0.1.1) (2023-07-18) + + +### Bug Fixes + +* **practs:** bump to latest best practices ([796665f](https://github.com/ehmpathy/event-stream-pubsub/commit/796665f78c9b6d543824ef5efdab58dc9d1c830a)) diff --git a/package-lock.json b/package-lock.json index 9bb5bcb..928beb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "event-stream-pubsub", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "event-stream-pubsub", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "events": "^3.0.0" }, diff --git a/package.json b/package.json index 3828803..14e8a55 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.0", + "version": "0.1.1", "repository": "ehmpathy/event-stream-pubsub", "homepage": "https://github.com/ehmpathy/event-stream-pubsub", "keywords": [