chore(release): prepare for 1.160.0

This commit is contained in:
link2xt
2025-06-22 12:26:53 +00:00
parent b45d9aa464
commit a40337f4e0
12 changed files with 70 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat-jsonrpc"
version = "1.159.5"
version = "1.160.0"
description = "DeltaChat JSON-RPC API"
edition = "2021"
license = "MPL-2.0"

View File

@@ -24,9 +24,9 @@
},
"exports": {
".": {
"types": "./dist/deltachat.d.ts",
"import": "./dist/deltachat.js",
"require": "./dist/deltachat.cjs"
"require": "./dist/deltachat.cjs",
"types": "./dist/deltachat.d.ts"
}
},
"license": "MPL-2.0",
@@ -54,5 +54,5 @@
},
"type": "module",
"types": "dist/deltachat.d.ts",
"version": "1.159.5"
"version": "1.160.0"
}