From 99a854f9fccac0517ed58696058f9ccd8e356b2e Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Mon, 22 Feb 2021 14:11:02 +0000 Subject: [PATCH] Bump package version to 0.7.0 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 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 863d2a8e..dbe09b02 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 7e153726..0fb2264a 100644 --- a/package.json +++ b/package.json @@ -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",