Skip to content

Commit b2eff71

Browse files
Prepare for beta.2 to fix compat export.
1 parent 70c93d5 commit b2eff71

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
### v6.0.0-beta.2
2+
3+
* Fix omission of "zeromq/v5-compat" export.
4+
15
### v6.0.0-beta.1
26

3-
* BREAKING: Complete rewrite of ZeroMQ.js with a modern and safe API. This version is based on ZeroMQ-NG version v5.0.0-beta.26. A compatibility layer for existing users of versions 5.x or earlier of ZeroMQ.js is available as "zeromq/v5-compat".
7+
* BREAKING: Complete rewrite of ZeroMQ.js with a modern and safe API. This version is based on ZeroMQ-NG version v5.0.0-beta.27. A compatibility layer for existing users of versions 5.x or earlier of ZeroMQ.js is available as "zeromq/v5-compat".
48

59
### Previous changes
610

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
"LICENSE",
4242
"README.md",
4343
"binding.gyp",
44-
"compat.js",
45-
"compat.d.ts",
46-
"draft.js",
4744
"draft.d.ts",
45+
"draft.js",
4846
"lib/*.d.ts",
4947
"lib/*.js",
5048
"src/util/*.h",
5149
"src/*.cc",
5250
"src/*.h",
5351
"script/build.sh",
54-
"prebuilds"
52+
"prebuilds",
53+
"v5-compat.d.ts",
54+
"v5-compat.js"
5555
],
5656
"scripts": {
5757
"install": "node-gyp-build",

0 commit comments

Comments
 (0)