Skip to content

Commit bef7ee3

Browse files
committedSep 23, 2022
Add a change log entry for 1.13.5
1 parent c47566a commit bef7ee3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎index.html

+15
Original file line numberDiff line numberDiff line change
@@ -2798,6 +2798,21 @@ <h2 id="notes">Notes</h2>
27982798

27992799
<h2 id="changelog">Change Log</h2>
28002800

2801+
<p id="1.13.5">
2802+
<b class="header">1.13.5</b> &mdash; <small><i>September 23, 2022</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.4...1.13.5">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.5/index.html">Docs</a><br />
2803+
<ul>
2804+
<li>
2805+
Adds a <tt>module</tt> sub-entry to the package.json&rsquo;s <tt>exports.require</tt> condition. When a bundling tool, such as Rollup with recent versions of <tt>@rollup/plugin-node-resolve</tt>, takes the exports map very literally, this should prevent situations in which the final bundle includes multiple copies of Underscore in different module formats.
2806+
</li>
2807+
<li>
2808+
Updates to the testing infrastructure and development dependencies.
2809+
</li>
2810+
<li>
2811+
No code changes.
2812+
</li>
2813+
</ul>
2814+
</p>
2815+
28012816
<p id="1.13.4">
28022817
<b class="header">1.13.4</b> &mdash; <small><i>June 2, 2022</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.3...1.13.4">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.4/index.html">Docs</a><br />
28032818
<ul>

0 commit comments

Comments
 (0)
Please sign in to comment.