From b28a42b0be543e6eb17843a5cdda8a07ef192707 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 22 Oct 2024 01:06:24 -0700 Subject: [PATCH] chore(release): v6.1.0 [skip ci] --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 319cd590..6e15a7f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zeromq", - "version": "6.0.8", + "version": "6.1.0", "description": "Next-generation ZeroMQ bindings for Node.js", "main": "lib/index.js", "type": "commonjs", @@ -70,15 +70,17 @@ }, "files": [ "CHANGELOG.md", - "LICENSE", + "LICENSE.txt", + "LICENSE_MPL-2.0.txt", "README.md", - "binding.gyp", + "CMakeLists.txt", + "vcpkg.json", "*.d.ts", "*.js", "lib", "src", + "build", "script", - "prebuilds", "tsconfig.json" ], "scripts": {