chore(release): @socket.io/postgres-emitter@0.1.1

This commit is contained in:
Damien Arrachequesne
2025-09-05 07:27:48 +02:00
parent 21fd54ece6
commit ac3df9a747
2 changed files with 18 additions and 3 deletions

View File

@@ -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!

View File

@@ -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",