Skip to content

Commit ac3df9a

Browse files
chore(release): @socket.io/postgres-emitter@0.1.1
1 parent 21fd54e commit ac3df9a

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed
Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# 0.1.0 (2021-06-14)
1+
# History
22

3-
Initial commit
3+
| Version | Release date |
4+
|--------------------------|----------------|
5+
| [0.1.1](#011-2025-09-05) | September 2025 |
6+
| [0.1.0](#010-2021-06-14) | June 2021 |
47

8+
# Release notes
9+
10+
## 0.1.1 (2025-09-05)
11+
12+
### Bug Fixes
13+
14+
* use parameterized query to send the NOTIFY command ([32257b6](https://github.com/socketio/socket.io/commit/32257b6cb89f9dac15e69e1d6ee76365ff262170))
15+
16+
17+
## 0.1.0 (2021-06-14)
18+
19+
Initial release!

packages/socket.io-postgres-emitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/postgres-emitter",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The Socket.IO Postgres emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process",
55
"license": "MIT",
66
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-postgres-emitter#readme",

0 commit comments

Comments
 (0)