Skip to content

Commit

Permalink
chore(main): release @2060.io/message-pickup-repository-server 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 29, 2024
1 parent 8eea90b commit 292bb62
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/client": "0.0.5",
"packages/server": "0.0.6"
"packages/server": "0.0.5"
}
15 changes: 15 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.0.5](https://github.com/2060-io/message-pickup-repository/compare/@2060.io/[email protected]/[email protected]) (2024-10-29)


### Features

* :sparkles: initial setup to Message Pickup Repository gateway ([#2](https://github.com/2060-io/message-pickup-repository/issues/2)) ([bbf5f20](https://github.com/2060-io/message-pickup-repository/commit/bbf5f207ca63f95f1afe83e17523c23b39c6c841))


### Bug Fixes

* bump versions ([e5a39aa](https://github.com/2060-io/message-pickup-repository/commit/e5a39aae66abb33c313f51c8cdb796f5a914400a))
* client types and service methods into server ([#5](https://github.com/2060-io/message-pickup-repository/issues/5)) ([a3ba864](https://github.com/2060-io/message-pickup-repository/commit/a3ba864c9e1e22d29890722459443ad7d78330b9))
* ensure single Redis message listener and include new handle messages ([#19](https://github.com/2060-io/message-pickup-repository/issues/19)) ([22848d7](https://github.com/2060-io/message-pickup-repository/commit/22848d7df5a5b8c02055a12b6fda5d299b26ad28))
* multiple subscriptions to messages received during addLiveSession ([#17](https://github.com/2060-io/message-pickup-repository/issues/17)) ([37270a0](https://github.com/2060-io/message-pickup-repository/commit/37270a0b21ead05e5c2e2285d001bc8d030c26d4))

## [0.0.6](https://github.com/2060-io/message-pickup-repository/compare/@2060.io/[email protected][email protected]/[email protected]) (2024-10-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@2060.io/message-pickup-repository-server",
"version": "0.0.6",
"version": "0.0.5",
"description": "",
"author": "",
"private": true,
Expand Down

0 comments on commit 292bb62

Please sign in to comment.