Skip to content

Commit

Permalink
chore: v6.0.0
Browse files Browse the repository at this point in the history
Closes #529
  • Loading branch information
aminya committed Aug 13, 2024
1 parent 0978ef2 commit c3d4666
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 82 deletions.
76 changes: 0 additions & 76 deletions CHANGELOG.md

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

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

## ⚠️ Version 6.0.0 (in beta) features a brand new API that solves many fundamental issues and is recommended for new projects. ⚠️

## ⚠️ For the current stable version see the [5.x branch](https://github.com/zeromq/zeromq.js/tree/5.x) ⚠️

[ØMQ](http://zeromq.org) bindings for Node.js. The goals of this library are:

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

```sh
npm install zeromq@6.0.0-beta.20
npm install zeromq
```

Requirements for using prebuilt binaries:
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": "zeromq",
"version": "6.0.0-beta.21",
"version": "6.0.0",
"description": "Next-generation ZeroMQ bindings for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c3d4666

Please sign in to comment.