From 25cfdb0d4f537b58a1a5a57895d00aa700da9c59 Mon Sep 17 00:00:00 2001 From: Giacomo Minighin Date: Thu, 21 Jul 2022 17:22:44 +0200 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f3a9c..eba722b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.2](https://github.com/shop3/workbox-ipfs/compare/v0.0.1...v0.0.2) (2022-07-21) + + +### Bug Fixes + +* fixed missing properties in package.json ([557768d](https://github.com/shop3/workbox-ipfs/commit/557768dd1e356d232147dc0e56dae5f850151417)) + ### 0.0.1 (2022-07-21) diff --git a/package-lock.json b/package-lock.json index 9e9bdbc..c37e241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "workbox-ipfs", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "workbox-ipfs", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "ipfs-core": "^0.15.1", diff --git a/package.json b/package.json index 6465c4c..d473a55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workbox-ipfs", - "version": "0.0.1", + "version": "0.0.2", "description": "IPFS router for a Workbox service worker.", "license": "MIT", "main": "lib/index.js",