Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Jul 16, 2021
1 parent fc24f67 commit c2602e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Changelog

### v1.2.1
## v1.3.0

* Bump amqplib to ^0.8.0
* Fix rabbit.publishRpc returning void instead of RabbitMessage if replyTo was disabled.
It now returns an empty RabbitMessage to keep return signature consistent.

## v1.2.1

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

### v1.2.0
## v1.2.0

* Replace request dependency with node-fetch

### v1.1.0
## v1.1.0

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

### v1.0.0
## v1.0.0

* Initial Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io",
"version": "1.2.1",
"version": "1.3.0",
"description": "A framework for building distributed applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c2602e5

Please sign in to comment.