Skip to content

Commit 3795396

Browse files
committed
Version 2.7.0
1 parent 7258567 commit 3795396

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lean-qr",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "minimal QR code generation",
55
"private": true,
66
"bin": "./cli.mjs",

web/docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,16 +255,16 @@ <h3>Web Component</h3>
255255
<div class="tabcontent" data-for="cdn2">
256256
<p>Always set the <code>integrity</code> attribute for security when using a third party CDN.</p>
257257
<pre><code>&lt;<span class="value">script</span>
258-
<span class="property">src</span>=<span class="string">"https://cdn.jsdelivr.net/npm/lean-qr@2.6.1/webcomponent.mjs"</span>
259-
<span class="property">integrity</span>=<span class="string">"sha384-0KyuK0e9WoUF8CmQRrkMY8YIjB8m7PsWKqgPPtJYATOjsmo7LYLfzkaBMts/cj7Y"</span>
258+
<span class="property">src</span>=<span class="string">"https://cdn.jsdelivr.net/npm/lean-qr@2.7.0/webcomponent.mjs"</span>
259+
<span class="property">integrity</span>=<span class="string">"sha384-qEnJ44o+q4U5Coy2oSQk+VUSujAopoS0ehKAHURdzOOyw8J+YtxqhAnOwmwV8zlo"</span>
260260
<span class="property">type</span>=<span class="string">"module"</span>
261261
&gt;&lt;/<span class="value">script</span>&gt;</code></pre>
262262
</div>
263263
<div class="tabcontent" data-for="cdn3">
264264
<p>Always set the <code>integrity</code> attribute for security when using a third party CDN.</p>
265265
<pre><code>&lt;<span class="value">script</span>
266-
<span class="property">src</span>=<span class="string">"https://www.unpkg.com/lean-qr@2.6.1/webcomponent.mjs"</span>
267-
<span class="property">integrity</span>=<span class="string">"sha384-0KyuK0e9WoUF8CmQRrkMY8YIjB8m7PsWKqgPPtJYATOjsmo7LYLfzkaBMts/cj7Y"</span>
266+
<span class="property">src</span>=<span class="string">"https://www.unpkg.com/lean-qr@2.7.0/webcomponent.mjs"</span>
267+
<span class="property">integrity</span>=<span class="string">"sha384-qEnJ44o+q4U5Coy2oSQk+VUSujAopoS0ehKAHURdzOOyw8J+YtxqhAnOwmwV8zlo"</span>
268268
<span class="property">type</span>=<span class="string">"module"</span>
269269
&gt;&lt;/<span class="value">script</span>&gt;</code></pre>
270270
</div>

0 commit comments

Comments
 (0)