From ebd5210c7d8173d694671b8ed179fd2ec25677d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:49:52 +0100 Subject: [PATCH] chore(main): release www 1.0.3 (#27) :robot: I have created a release *beep* *boop* --- ## [1.0.3](https://github.com/web3-storage/www/compare/www-v1.0.2...www-v1.0.3) (2023-11-14) ### Bug Fixes * authorize renamed to login ([#26](https://github.com/web3-storage/www/issues/26)) ([5638a4d](https://github.com/web3-storage/www/commit/5638a4db5efe9390bac7f566230355bfa6f14fdd)) --- 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 df97743..f076e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/web3-storage/www/compare/www-v1.0.2...www-v1.0.3) (2023-11-14) + + +### Bug Fixes + +* authorize renamed to login ([#26](https://github.com/web3-storage/www/issues/26)) ([5638a4d](https://github.com/web3-storage/www/commit/5638a4db5efe9390bac7f566230355bfa6f14fdd)) + ## [1.0.2](https://github.com/web3-storage/www/compare/www-v1.0.1...www-v1.0.2) (2023-11-14) diff --git a/package.json b/package.json index cbb3b74..25fc328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "dev": "next dev",