Skip to content

Commit 1824aa7

Browse files
committed
Build v3.0.4
1 parent 912eaf5 commit 1824aa7

File tree

12 files changed

+19
-18
lines changed

12 files changed

+19
-18
lines changed

dist/Autolinker.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Autolinker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Autolinker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Autolinker.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Autolinker v3.0.3 API Docs</title>
4+
<title>Autolinker v3.0.4 API Docs</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="chrome=1">
77
<meta name="fragment" content="!">
@@ -22,9 +22,9 @@
2222
</head>
2323
<body id="ext-body">
2424

25-
<div id="loading"><span class="title">Autolinker v3.0.3 API Docs</span><span class="logo"></span></div>
25+
<div id="loading"><span class="title">Autolinker v3.0.4 API Docs</span><span class="logo"></span></div>
2626

27-
<div id="header-content">Autolinker v3.0.3 API Docs</div>
27+
<div id="header-content">Autolinker v3.0.4 API Docs</div>
2828

2929
<div id='categories-content' style='display:none'>
3030
<div class='section'>
@@ -88,7 +88,7 @@ <h3>Others...</h3>
8888

8989

9090

91-
<div id='footer-content' style='display: none'>Generated on Wed 20 Feb 2019 17:14:20 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
91+
<div id='footer-content' style='display: none'>Generated on Wed 06 Mar 2019 22:29:54 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
9292

9393

9494

docs/api/output/Autolinker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/output/global.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/source/Autolinker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@
859859
*
860860
* Ex: 0.25.1
861861
*/
862-
Autolinker.version = &#39;3.0.3&#39;;
862+
Autolinker.version = &#39;3.0.4&#39;;
863863
<span id='Autolinker-AnchorTagBuilder'> /**
864864
</span> * For backwards compatibility with Autolinker 1.x, the AnchorTagBuilder
865865
* class is provided as a static on the Autolinker class.

docs/api/source/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
exports.default = autolinker_1.default;
3232
var autolinker_2 = require(&quot;./autolinker&quot;);
3333
exports.Autolinker = autolinker_2.default;
34+
tslib_1.__exportStar(require(&quot;./autolinker&quot;), exports);
3435
tslib_1.__exportStar(require(&quot;./anchor-tag-builder&quot;), exports);
3536
tslib_1.__exportStar(require(&quot;./html-tag&quot;), exports);
3637
tslib_1.__exportStar(require(&quot;./match/index&quot;), exports);

docs/dist/Autolinker.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/Autolinker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autolinker",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML",
55
"main": "./dist/commonjs/index.js",
66
"typings": "./dist/commonjs/index.d.ts",

0 commit comments

Comments
 (0)