Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Oct 20, 2016
1 parent 3aaa5af commit 728af3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="3.3.1"></a>
## [3.3.1](https://github.com/noodlefrenzy/node-amqp10/compare/v3.3.0...v3.3.1) (2016-10-20)


### Bug Fixes

* **deepMerge:** support copying Buffers ([db6295f](https://github.com/noodlefrenzy/node-amqp10/commit/db6295f)), closes [#268](https://github.com/noodlefrenzy/node-amqp10/issues/268)
* **sasl:** pass errors to callback, don't throw ([c5b11ee](https://github.com/noodlefrenzy/node-amqp10/commit/c5b11ee))



<a name="3.3.0"></a>
# [3.3.0](https://github.com/noodlefrenzy/node-amqp10/compare/v3.2.5...v3.3.0) (2016-10-18)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amqp10",
"version": "3.3.0",
"version": "3.3.1",
"description": "Native AMQP-1.0 client for node.js",
"main": "./lib",
"engines": {
Expand Down

0 comments on commit 728af3e

Please sign in to comment.