Skip to content

Commit

Permalink
Bump regenerator-runtime version to 0.14.0.
Browse files Browse the repository at this point in the history
The minor version bump is due to the new ability of `yield*` to throw
when given a non-iterable argument, introduced by PR #636.
  • Loading branch information
benjamn committed Aug 4, 2023
1 parent d3bac38 commit 30771b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Runtime for Regenerator-compiled generator and async functions.",
"version": "0.13.11",
"version": "0.14.0",
"main": "runtime.js",
"keywords": [
"regenerator",
Expand Down

0 comments on commit 30771b7

Please sign in to comment.