From 372fb1f2b1b7c1f9f41cc1b4bf7acc09223fb53c Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Sat, 16 Mar 2024 00:49:44 +0100 Subject: [PATCH] chore(main): release 1.0.1 --- 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 4cc7cecb..a52c8381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/ipfs-shipyard/helia-service-worker-gateway/compare/v1.0.0...v1.0.1) (2024-03-15) + + +### Bug Fixes + +* **ci:** attach car to published release ([41d2cff](https://github.com/ipfs-shipyard/helia-service-worker-gateway/commit/41d2cffcff5bc3061212fe13aadb5df9c1a3f64c)) + ## 1.0.0 (2024-03-15) diff --git a/package-lock.json b/package-lock.json index 5e188945..db703b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helia-service-worker-gateway", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helia-service-worker-gateway", - "version": "1.0.0", + "version": "1.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3349a63f..1dc3c503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helia-service-worker-gateway", - "version": "1.0.0", + "version": "1.0.1", "private": true, "type": "module", "description": "Bundle Helia with Webpack",