From 26b06e6312863d77619357cabdc8b9954f71964e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:43:18 +0100 Subject: [PATCH] chore(main): release 1.3.0 (#18) :robot: I have created a release *beep* *boop* --- ## [1.3.0](https://github.com/web3-storage/hoverboard/compare/v1.2.1...v1.3.0) (2023-07-25) ### Features * ship logs to loki ([#17](https://github.com/web3-storage/hoverboard/issues/17)) ([9e106d2](https://github.com/web3-storage/hoverboard/commit/9e106d25c8a50b0cf7df3fd6a4b9ca82758b426b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 13aa8c7..db44b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/web3-storage/hoverboard/compare/v1.2.1...v1.3.0) (2023-07-25) + + +### Features + +* ship logs to loki ([#17](https://github.com/web3-storage/hoverboard/issues/17)) ([9e106d2](https://github.com/web3-storage/hoverboard/commit/9e106d25c8a50b0cf7df3fd6a4b9ca82758b426b)) + ## [1.2.1](https://github.com/web3-storage/hoverboard/compare/v1.2.0...v1.2.1) (2023-07-24) diff --git a/package-lock.json b/package-lock.json index c41ea0a..edc7525 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hoverboard", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hoverboard", - "version": "1.2.1", + "version": "1.3.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@aws-sdk/client-dynamodb": "^3.369.0", diff --git a/package.json b/package.json index a9020fb..6177004 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hoverboard", "description": "An IPFS Bitswap Peer in Cloudflare Workers", - "version": "1.2.1", + "version": "1.3.0", "private": true, "license": "(Apache-2.0 AND MIT)", "type": "module",