From 19fd673979ee213906134755f846682af6d2cedd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Feb 2024 15:45:40 +0000 Subject: [PATCH 1/2] chore(release): 8.0.3 [skip ci] ## [8.0.3](https://github.com/ipfs-shipyard/is-ipfs/compare/v8.0.2...v8.0.3) (2024-02-06) ### Dependencies * **dev:** bump aegir from 37.12.1 to 42.2.3 ([#90](https://github.com/ipfs-shipyard/is-ipfs/issues/90)) ([555e75f](https://github.com/ipfs-shipyard/is-ipfs/commit/555e75fdfafa094fd94fb2c6336f74c9b809facc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c1d2e..87e34bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.3](https://github.com/ipfs-shipyard/is-ipfs/compare/v8.0.2...v8.0.3) (2024-02-06) + + +### Dependencies + +* **dev:** bump aegir from 37.12.1 to 42.2.3 ([#90](https://github.com/ipfs-shipyard/is-ipfs/issues/90)) ([555e75f](https://github.com/ipfs-shipyard/is-ipfs/commit/555e75fdfafa094fd94fb2c6336f74c9b809facc)) + ## [8.0.2](https://github.com/ipfs-shipyard/is-ipfs/compare/v8.0.1...v8.0.2) (2024-02-06) diff --git a/package.json b/package.json index 881b146..6d537e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-ipfs", - "version": "8.0.2", + "version": "8.0.3", "description": "A set of utilities to help identify IPFS resources on the web", "author": "Francisco Dias (http://franciscodias.net/)", "license": "Apache-2.0 OR MIT", From 3cb3722972d8613234826d6848a878030b262e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:58:30 +0100 Subject: [PATCH 2/2] deps: bump uint8arrays from 4.0.10 to 5.0.1 (#93) Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 4.0.10 to 5.0.1. - [Release notes](https://github.com/achingbrain/uint8arrays/releases) - [Changelog](https://github.com/achingbrain/uint8arrays/blob/main/CHANGELOG.md) - [Commits](https://github.com/achingbrain/uint8arrays/compare/v4.0.10...v5.0.1) --- updated-dependencies: - dependency-name: uint8arrays dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d537e7..b524e6b 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "@multiformats/multiaddr": "^12.1.14", "iso-url": "^1.1.3", "multiformats": "^11.0.0", - "uint8arrays": "^4.0.2" + "uint8arrays": "^5.0.1" }, "devDependencies": { "aegir": "^42.2.3"