commit ff2d786dab2ec2eba939b10c9f7ee1d750935bd7
parent 8c3ff2b0dd7f26a7dc1eebe2bc346c0f308029d3
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 5 Oct 2023 11:24:11 +0200
0.4.0
Diffstat:
11 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -0,0 +1,11 @@
+# node-yara-rs 0.4.0 (2023-10-05)
+
+### Features
+
+- Improve the arguments by utilizing the napi Either type
+
+### Internal Changes
+
+- Add Towncrier for changelog managment
+- Dependencies have been updated
+- Test coverage has been extended
diff --git a/changelog.d/+either.feature b/changelog.d/+either.feature
@@ -1 +0,0 @@
-Improve the arguments by utilizing the napi Either type
-\ No newline at end of file
diff --git a/changelog.d/+tests.misc b/changelog.d/+tests.misc
@@ -1 +0,0 @@
-Test coverage has been extended
-\ No newline at end of file
diff --git a/changelog.d/+towncrier.misc b/changelog.d/+towncrier.misc
@@ -1 +0,0 @@
-Add Towncrier for changelog managment
-\ No newline at end of file
diff --git a/changelog.d/+update_deps.misc b/changelog.d/+update_deps.misc
@@ -1 +0,0 @@
-Dependencies have been updated
-\ No newline at end of file
diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-darwin-arm64",
- "version": "0.3.0",
+ "version": "0.4.0",
"os": [
"darwin"
],
diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-darwin-x64",
- "version": "0.3.0",
+ "version": "0.4.0",
"os": [
"darwin"
],
diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-linux-arm64-gnu",
- "version": "0.3.0",
+ "version": "0.4.0",
"os": [
"linux"
],
diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-linux-x64-gnu",
- "version": "0.3.0",
+ "version": "0.4.0",
"os": [
"linux"
],
diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs-win32-x64-msvc",
- "version": "0.3.0",
+ "version": "0.4.0",
"os": [
"win32"
],
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "@node_yara_rs/node-yara-rs",
- "version": "0.3.0",
+ "version": "0.4.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {