Skip to content

Commit 32aa202

Browse files
authored
Merge pull request #609 from squaremo/release-0.7.1
Bump version and changelog for v0.7.1
2 parents f729616 + 0f5fc24 commit 32aa202

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change log for amqplib
22

3+
## Changes in v0.7.1
4+
5+
git log v0.7.0..v0.7.1
6+
7+
* Update url-parse (and others) ([PR
8+
607](https://github.com/squaremo/amqp.node/pull/545), thanks
9+
@ThomasGawlitza)
10+
11+
## Changes in v0.7.0
12+
13+
git log v0.6.0..v0.7.0
14+
15+
* Extend support to Node.js v15
16+
* Fix use of stream.write in tests
17+
18+
## Changes in v0.6.0
19+
20+
git log v0.5.6..v0.6.0
21+
22+
* Extend support to Node.js v14
23+
324
## Changes in v0.5.6
425

526
git log v0.5.5..v0.5.6

package-lock.json

Lines changed: 5 additions & 3 deletions
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
@@ -2,7 +2,7 @@
22
"name": "amqplib",
33
"homepage": "http://squaremo.github.io/amqp.node/",
44
"main": "./channel_api.js",
5-
"version": "0.7.0",
5+
"version": "0.7.1",
66
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)