chore(release): prepare for 1.150.0

This commit is contained in:
link2xt
2024-11-21 14:42:43 +00:00
parent 95ac7647ac
commit 9640f92327
13 changed files with 88 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat-jsonrpc"
version = "1.149.0"
version = "1.150.0"
description = "DeltaChat JSON-RPC API"
edition = "2021"
default-run = "deltachat-jsonrpc-server"

View File

@@ -58,5 +58,5 @@
},
"type": "module",
"types": "dist/deltachat.d.ts",
"version": "1.149.0"
"version": "1.150.0"
}