mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-07 22:23:57 -05:00
chore(release): @socket.io/postgres-emitter@0.1.1
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
# 0.1.0 (2021-06-14)
|
||||
# History
|
||||
|
||||
Initial commit
|
||||
| Version | Release date |
|
||||
|--------------------------|----------------|
|
||||
| [0.1.1](#011-2025-09-05) | September 2025 |
|
||||
| [0.1.0](#010-2021-06-14) | June 2021 |
|
||||
|
||||
# Release notes
|
||||
|
||||
## 0.1.1 (2025-09-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use parameterized query to send the NOTIFY command ([32257b6](https://github.com/socketio/socket.io/commit/32257b6cb89f9dac15e69e1d6ee76365ff262170))
|
||||
|
||||
|
||||
## 0.1.0 (2021-06-14)
|
||||
|
||||
Initial release!
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@socket.io/postgres-emitter",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "The Socket.IO Postgres emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-postgres-emitter#readme",
|
||||
|
||||
Reference in New Issue
Block a user