Skip to content

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.6](v1.0.5...v1.0.6) (2022-02-27)

### Bug Fixes

* **deps:** update dependency @3846masa/bmp to v1.1.3 ([#70](#70)) ([c18f71a](c18f71a))
  • Loading branch information
semantic-release-bot committed Feb 27, 2022
1 parent c18f71a commit 610ae19
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.6](https://github.com/3846masa/blurhash-sw/compare/v1.0.5...v1.0.6) (2022-02-27)


### Bug Fixes

* **deps:** update dependency @3846masa/bmp to v1.1.3 ([#70](https://github.com/3846masa/blurhash-sw/issues/70)) ([c18f71a](https://github.com/3846masa/blurhash-sw/commit/c18f71a1766444d2ab6fdc60fd19ca718f317a37))

## [1.0.5](https://github.com/3846masa/blurhash-sw/compare/v1.0.4...v1.0.5) (2022-02-27)


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].5/dist/index.js)](https://unpkg.com/[email protected].5/dist/index.js)
[![filesize](https://flat.badgen.net/badgesize/gzip/file-url/unpkg.com/[email protected].6/dist/index.js)](https://unpkg.com/[email protected].6/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].5/dist/index.js');
importScripts('https://unpkg.com/[email protected].6/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].5/dist/index.js');
importScripts('https://unpkg.com/[email protected].6/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.5",
"version": "1.0.6",
"description": "The BlurHash API provided by ServiceWorker",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 610ae19

Please sign in to comment.