summaryrefslogtreecommitdiff
path: root/ext/napi
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-11-05 20:27:14 -0500
committerGitHub <noreply@github.com>2024-11-06 02:27:14 +0100
commitef7432c03f83ad9e9ca2812d0ab5653e87fa5259 (patch)
treefc0920be18f1a466b171c0d02c970d104294c050 /ext/napi
parent770ef1460085e1a1b706cc7f066e7b3ea5010eb0 (diff)
chore: forward v2.0.5 release commit to main (#26755)
This is the release commit being forwarded back to main for 2.0.5 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'ext/napi')
-rw-r--r--ext/napi/Cargo.toml2
-rw-r--r--ext/napi/sym/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index c31367118..064d33568 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.106.0"
+version = "0.107.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/sym/Cargo.toml b/ext/napi/sym/Cargo.toml
index c23054eb4..bf48d2742 100644
--- a/ext/napi/sym/Cargo.toml
+++ b/ext/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.105.0"
+version = "0.106.0"
authors.workspace = true
edition.workspace = true
license.workspace = true