Skip to content

Commit

Permalink
0.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Feb 14, 2024
1 parent f643248 commit 9da4d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension JavaScript::QuickJS:

0.21 Sec 14 Feb 2024
- Documentation updates. (No functional changes.)

0.20 Tue 13 Feb 2024
- BREAKING CHANGE: eval_module() now returns a Promise (as QuickJS itself
now does) instead of the JavaScript::QuickJS instance.
Expand Down
2 changes: 1 addition & 1 deletion lib/JavaScript/QuickJS.pm
Expand Up @@ -47,7 +47,7 @@ your system.

use XSLoader;

our $VERSION = '0.20';
our $VERSION = '0.21';

XSLoader::load( __PACKAGE__, $VERSION );

Expand Down

0 comments on commit 9da4d8b

Please sign in to comment.