Skip to content

Commit 4680b28

Browse files
committed
cut v1.1.0 release
Signed-off-by: Matthew Peveler <[email protected]>
1 parent c99a3ce commit 4680b28

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### v1.1.0
4+
5+
* Add onQueue method for listening to regular queues
6+
* Make possible to set replyTo field for options to publishRpc
7+
38
### v1.0.0
49

510
* Initial Release

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cisl/io",
3-
"version": "1.0.0",
3+
"version": "1.1.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)