Skip to content

Commit 4bd49a5

Browse files
Bump.
1 parent afcc82c commit 4bd49a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Unreleased
1+
### v6.0.0-beta.5
22

33
* Check if properties are defined before defining them. This ensures compatibility with alternative file loaders, notably by the Jest test framework.
44

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The API reference [can be found here](http://zeromq.github.io/zeromq.js/globals.
3131
Install ZeroMQ.js with prebuilt binaries:
3232

3333
```sh
34-
npm install zeromq@6.0.0-beta.4
34+
npm install zeromq@6.0.0-beta.5
3535
```
3636

3737
Requirements for prebuilt binaries:
@@ -69,19 +69,19 @@ Make sure you have the following installed before attempting to build from sourc
6969
To install from source
7070

7171
```sh
72-
npm install zeromq@6.0.0-beta.4 --build-from-source
72+
npm install zeromq@6.0.0-beta.5 --build-from-source
7373
```
7474

7575
If you want to link against a shared ZeroMQ library, you can build skip downloading libzmq and link with the installed library instead as follows:
7676

7777
```sh
78-
npm install zeromq@6.0.0-beta.4 --zmq-shared
78+
npm install zeromq@6.0.0-beta.5 --zmq-shared
7979
```
8080

8181
If you wish to use any DRAFT sockets then it is also necessary to compile the library from source:
8282

8383
```sh
84-
npm install zeromq@6.0.0-beta.4 --zmq-draft
84+
npm install zeromq@6.0.0-beta.5 --zmq-draft
8585
```
8686

8787
# Examples

0 commit comments

Comments
 (0)