From 23e3b417f2ba79bda8459e246defb88546df4ba9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:09:05 +0100 Subject: [PATCH] chore(main): release 1.0.2 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cab0c2..494aa15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/storacha-network/piece-hasher-worker/compare/v1.0.1...v1.0.2) (2024-06-25) + + +### Bug Fixes + +* build before test ([e2d3191](https://github.com/storacha-network/piece-hasher-worker/commit/e2d3191f550777939eb2bb0910db8450d2ddb2f2)) + ## [1.0.1](https://github.com/storacha-network/piece-hasher-worker/compare/v1.0.0...v1.0.1) (2024-06-25) diff --git a/package.json b/package.json index 9dfcb99..aebc386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/piece-hasher-worker", - "version": "1.0.1", + "version": "1.0.2", "description": "Web worker for creating piece hashes.", "main": "main.js", "type": "module",