Skip to content

Commit c2602e5

Browse files
committed
bump version to 1.3.0
1 parent fc24f67 commit c2602e5

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# Changelog
22

3-
### v1.2.1
3+
## v1.3.0
4+
5+
* Bump amqplib to ^0.8.0
6+
* Fix rabbit.publishRpc returning void instead of RabbitMessage if replyTo was disabled.
7+
It now returns an empty RabbitMessage to keep return signature consistent.
8+
9+
## v1.2.1
410

511
* Update minimum supported version of mongoose to ^5.11 for builtin typescript definitions
612

7-
### v1.2.0
13+
## v1.2.0
814

915
* Replace request dependency with node-fetch
1016

11-
### v1.1.0
17+
## v1.1.0
1218

1319
* Add onQueue method for listening to regular queues
1420
* Make possible to set replyTo field for options to publishRpc
1521

16-
### v1.0.0
22+
## v1.0.0
1723

1824
* Initial Release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cisl/io",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "A framework for building distributed applications",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)