Skip to content

Commit

Permalink
chore(release): 1.0.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.13](v1.0.12...v1.0.13) (2023-02-17)
  • Loading branch information
semantic-release-bot committed Feb 17, 2023
1 parent 27a48bb commit 84bee28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.0.13](https://github.com/3846masa/blurhash-sw/compare/v1.0.12...v1.0.13) (2023-02-17)

## [1.0.12](https://github.com/3846masa/blurhash-sw/compare/v1.0.11...v1.0.12) (2022-10-31)

## [1.0.11](https://github.com/3846masa/blurhash-sw/compare/v1.0.10...v1.0.11) (2022-10-03)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
-->

[![npm](https://flat.badgen.net/npm/v/blurhash-sw)](https://www.npmjs.com/package/blurhash-sw)
[![filesize](https://flat.badgen.net/badgesize/gzip/file-url/unpkg.com/[email protected].12/dist/index.js)](https://unpkg.com/[email protected].12/dist/index.js)
[![filesize](https://flat.badgen.net/badgesize/gzip/file-url/unpkg.com/[email protected].13/dist/index.js)](https://unpkg.com/[email protected].13/dist/index.js)
[![license](https://flat.badgen.net/badge/license/MIT/blue)](https://3846masa.mit-license.org)
[![standard-readme compliant](https://flat.badgen.net/badge/readme%20style/standard/green)](https://github.com/RichardLitt/standard-readme)

Expand All @@ -59,7 +59,7 @@ Add the following code to your ServiceWorker script.

```js
// sw.js
importScripts('https://unpkg.com/[email protected].12/dist/index.js');
importScripts('https://unpkg.com/[email protected].13/dist/index.js');

blurhashSW({
routeUrl: '/.blurhash/:blurhash',
Expand Down
2 changes: 1 addition & 1 deletion demo/public/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
importScripts('https://unpkg.com/[email protected].12/dist/index.js');
importScripts('https://unpkg.com/[email protected].13/dist/index.js');

blurhashSW({
routeUrl: '/.blurhash/:blurhash',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blurhash-sw",
"version": "1.0.12",
"version": "1.0.13",
"description": "The BlurHash API provided by ServiceWorker",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 84bee28

Please sign in to comment.