From 189839a0ad67f2715f6586381204f0116d27ec6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:33:04 +0000 Subject: [PATCH] chore(main): release w3name 1.0.9 (#107) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/client/CHANGELOG.md | 7 +++++++ packages/client/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9d6a4c3..4cea460 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/api": "1.2.2", - "packages/client": "1.0.8" + "packages/client": "1.0.9" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 47d361d..15fd16c 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.9](https://github.com/storacha/w3name/compare/w3name-v1.0.8...w3name-v1.0.9) (2024-12-17) + + +### Fixes + +* remove logtail logging ([#106](https://github.com/storacha/w3name/issues/106)) ([eca3704](https://github.com/storacha/w3name/commit/eca37042156673fca43757bb96cb006d343ef4b2)) + ## [1.0.8](https://github.com/web3-storage/w3name/compare/w3name-v1.0.7...w3name-v1.0.8) (2023-02-06) diff --git a/packages/client/package.json b/packages/client/package.json index 96817f3..48f7c85 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "w3name", - "version": "1.0.8", + "version": "1.0.9", "description": "The JavaScript API client w3name", "author": "", "license": "Apache-2.0 OR MIT",