From cf9998885948e415d689fe214396d5a20fef07d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:52:16 +0000 Subject: [PATCH] chore(main): release www 1.0.4 (#29) :robot: I have created a release *beep* *boop* --- ## [1.0.4](https://github.com/web3-storage/www/compare/www-v1.0.3...www-v1.0.4) (2023-11-14) ### Bug Fixes * button links ([#28](https://github.com/web3-storage/www/issues/28)) ([d2581bb](https://github.com/web3-storage/www/commit/d2581bb48adbb7929894a841839c5164c9395317)) --- 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 f076e14..66ed2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/web3-storage/www/compare/www-v1.0.3...www-v1.0.4) (2023-11-14) + + +### Bug Fixes + +* button links ([#28](https://github.com/web3-storage/www/issues/28)) ([d2581bb](https://github.com/web3-storage/www/commit/d2581bb48adbb7929894a841839c5164c9395317)) + ## [1.0.3](https://github.com/web3-storage/www/compare/www-v1.0.2...www-v1.0.3) (2023-11-14) diff --git a/package.json b/package.json index 25fc328..e5314e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "1.0.3", + "version": "1.0.4", "private": true, "scripts": { "dev": "next dev",