From a35d258985cafdc6194b62afe721f0c7aaec7edb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:38:19 +0000 Subject: [PATCH] chore(main): release www 1.1.0 (#31) :robot: I have created a release *beep* *boop* --- ## [1.1.0](https://github.com/web3-storage/www/compare/www-v1.0.4...www-v1.1.0) (2023-11-14) ### Features * update prod dnslink for _dnslink.web3.storage on release ([#30](https://github.com/web3-storage/www/issues/30)) ([075fbfe](https://github.com/web3-storage/www/commit/075fbfebc4eca78e385edffa8a5a69b574c5d52e)) --- 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.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ed2e5..be92e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/web3-storage/www/compare/www-v1.0.4...www-v1.1.0) (2023-11-14) + + +### Features + +* update prod dnslink for _dnslink.web3.storage on release ([#30](https://github.com/web3-storage/www/issues/30)) ([075fbfe](https://github.com/web3-storage/www/commit/075fbfebc4eca78e385edffa8a5a69b574c5d52e)) + ## [1.0.4](https://github.com/web3-storage/www/compare/www-v1.0.3...www-v1.0.4) (2023-11-14) diff --git a/package.json b/package.json index e5314e8..69218ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "1.0.4", + "version": "1.1.0", "private": true, "scripts": { "dev": "next dev",