Skip to content

Commit 41dc0fe

Browse files
committed
Up version number to 0.15.2
1 parent 4ba9dce commit 41dc0fe

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

dist/Autolinker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/*!
1818
* Autolinker.js
19-
* 0.15.1
19+
* 0.15.2
2020
*
2121
* Copyright(c) 2015 Gregory Jacobs <[email protected]>
2222
* MIT Licensed. http://www.opensource.org/licenses/mit-license.php
@@ -210,7 +210,7 @@
210210
*
211211
* Ignoring &amp; as it could be part of a query string -- handling it separately.
212212
*/
213-
htmlCharacterEntitiesRegex: /(&nbsp;|&#160;|&lt;|&#60;|&gt;|&#62;)/gi,
213+
htmlCharacterEntitiesRegex: /(&nbsp;|&#160;|&lt;|&#60;|&gt;|&#62;|&quot;|&#34;|&#39;)/gi,
214214

215215
/**
216216
* @private

0 commit comments

Comments
 (0)