Skip to content

Commit 5c1a02e

Browse files
ramya-rao-aamarzavery
authored andcommitted
Update version to 0.1.15 (#39)
* Update version to 0.1.15 * Update changelog for PR 27
1 parent 60b12b5 commit 5c1a02e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.1.15 - 2019-04-10
2+
- Export rhea types for `Typed`. [PR](https://github.com/amqp/rhea-promise/pull/36).
3+
- Export rhea types for `WebSocketImpl` and `WebSocketInstance`. [PR](https://github.com/amqp/rhea-promise/pull/38).
4+
- When opening a connection fails with no error, use standard error message. [PR](https://github.com/amqp/rhea-promise/pull/27).
5+
16
### 0.1.14 - 2019-03-19
27
- Allow websockets usage on a connection without creating a container first. [PR](https://github.com/amqp/rhea-promise/pull/32).
38
- New function `removeAllSessions()` on the connection to clear the internal map in rhea to ensure

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rhea-promise",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "A Promisified layer over rhea AMQP client",
55
"license": "Apache-2.0",
66
"main": "./dist/lib/index.js",

0 commit comments

Comments
 (0)