Skip to content

Commit cea75b0

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.1.15...v5.0.0) (2025-09-29) ### Continuous Integration * Stop testing on earlier than node 20. ([fbccec7](fbccec7)) ### BREAKING CHANGES * Minimum supported node is now v20 (but may work on older node versions).
1 parent fbccec7 commit cea75b0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [5.0.0](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.15...v5.0.0) (2025-09-29)
2+
3+
### Continuous Integration
4+
5+
- Stop testing on earlier than node 20. ([fbccec7](https://github.com/jwalton/node-amqp-connection-manager/commit/fbccec773b311b309698de0a0b5247483630be8a))
6+
7+
### BREAKING CHANGES
8+
9+
- Minimum supported node is now v20 (but may work on older node versions).
10+
111
## [4.1.14](https://github.com/jwalton/node-amqp-connection-manager/compare/v4.1.13...v4.1.14) (2023-07-27)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amqp-connection-manager",
3-
"version": "4.1.15",
3+
"version": "5.0.0",
44
"description": "Auto-reconnect and round robin support for amqplib.",
55
"module": "./dist/esm/index.js",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)