From 2f3747c0d7076528af0d4079ab7b99d2fb45e3a0 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 21 Mar 2024 19:39:53 +0100 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc7cecb..bf88d003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/ipfs-shipyard/helia-service-worker-gateway/compare/v1.0.0...v1.1.0) (2024-03-21) + + +### Features + +* http range support ([#122](https://github.com/ipfs-shipyard/helia-service-worker-gateway/issues/122)) ([b064d20](https://github.com/ipfs-shipyard/helia-service-worker-gateway/commit/b064d20b4d9b67ba33690ee115cbf6a2d78d3d1b)) + + +### 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 f463a203..dd82996a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helia-service-worker-gateway", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helia-service-worker-gateway", - "version": "1.0.0", + "version": "1.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 66f4bd6c..431ecdb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helia-service-worker-gateway", - "version": "1.0.0", + "version": "1.1.0", "private": true, "type": "module", "description": "Bundle Helia with Webpack",