Skip to content

Commit

Permalink
Bump package version to 0.7.0
Browse files Browse the repository at this point in the history
A new minor version because the node engines supported has
changed. Also changed the node engine versions claimed as supported,
in the README.

Signed-off-by: Michael Bridgen <mikeb@squaremobius.net>
  • Loading branch information
squaremo committed Feb 22, 2021
1 parent 19fb6cb commit 99a854f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [Examples from RabbitMQ tutorials][tutes]

A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1
client for Node.JS v0.8-0.12, v4-v14, and the intervening io.js
client for Node.JS v0.8-0.12, v4-v15, and the intervening io.js
releases.

This library does not implement [AMQP
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
"version": "0.6.0",
"version": "0.7.0",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 99a854f

Please sign in to comment.