From ff91a3b0a1fb5723419b35adaa0c2733c85fd5c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:56:16 -0800 Subject: [PATCH] chore(main): release w3up-website 1.1.2 (#32) :robot: I have created a release *beep* *boop* --- ## [1.1.2](https://github.com/web3-storage/console/compare/w3up-website-v1.1.1...w3up-website-v1.1.2) (2023-11-07) ### Other Changes * add line to README.md to trigger deploy ([df63608](https://github.com/web3-storage/console/commit/df63608aafbd48d2d056c36bdd3b323c6a93a624)) --- 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 c4d7a6e..9371699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/web3-storage/console/compare/w3up-website-v1.1.1...w3up-website-v1.1.2) (2023-11-07) + + +### Other Changes + +* add line to README.md to trigger deploy ([df63608](https://github.com/web3-storage/console/commit/df63608aafbd48d2d056c36bdd3b323c6a93a624)) + ## [1.1.1](https://github.com/web3-storage/console/compare/w3up-website-v1.1.0...w3up-website-v1.1.1) (2023-11-07) diff --git a/package.json b/package.json index 824f5a3..45f29f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "w3up-website", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev",