Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Markus <28785953+MarkusJx@users.noreply.github.com>
  • Loading branch information
MarkusJx committed Apr 16, 2024
1 parent 6b0a05c commit d5f1bbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ If you want to access the Java throwable from an asynchronous call, you
need to enable
the `asyncJavaExceptionObjects` [config option](https://markusjx.github.io/node-java-bridge/variables/config.html)
before or while importing the class.
Enabling this will cause the stack trace of the JavaScript error to be lost.

```ts
import { importClass } from 'java-bridge';
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "java-bridge",
"version": "2.5.2",
"version": "2.6.0",
"main": "dist/index.prod.min.js",
"types": "dist/index.d.ts",
"description": "A bridge between Node.js and Java APIs",
Expand Down

0 comments on commit d5f1bbb

Please sign in to comment.