ChangeLog: v1.3.87


Fix for nullish coalescing

Previously SWC produced an invalid code if an arrow function is mixed with ?? operator.

Fix for minification of template literals

SWC minifier has multiple kinds of inliner, and one of them inlined variables into the template literals even though it shouldn't. It's now fixed.