Skip to content

Commit c3d4666

Browse files
committed
chore: v6.0.0
Closes #529
1 parent 0978ef2 commit c3d4666

File tree

3 files changed

+2
-82
lines changed

3 files changed

+2
-82
lines changed

CHANGELOG.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
[![Latest version](https://img.shields.io/npm/v/zeromq?label=version)](https://www.npmjs.com/package/zeromq)
44

5-
## ⚠️ Version 6.0.0 (in beta) features a brand new API that solves many fundamental issues and is recommended for new projects. ⚠️
6-
7-
## ⚠️ For the current stable version see the [5.x branch](https://github.com/zeromq/zeromq.js/tree/5.x) ⚠️
8-
95
[ØMQ](http://zeromq.org) bindings for Node.js. The goals of this library are:
106

117
- Semantically similar to the [native](https://github.com/zeromq/libzmq) ØMQ
@@ -43,7 +39,7 @@
4339
Install **ZeroMQ.js** with prebuilt binaries:
4440

4541
```sh
46-
npm install zeromq@6.0.0-beta.20
42+
npm install zeromq
4743
```
4844

4945
Requirements for using prebuilt binaries:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeromq",
3-
"version": "6.0.0-beta.21",
3+
"version": "6.0.0",
44
"description": "Next-generation ZeroMQ bindings for Node.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)