diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 00c6285d31..1937f7574f 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.32.0](https://github.com/web3-storage/web3.storage/compare/website-v2.31.0...website-v2.32.0) (2022-11-07) + + +### Features + +* add twitter logo to contact page [#2068](https://github.com/web3-storage/web3.storage/issues/2068) ([#2078](https://github.com/web3-storage/web3.storage/issues/2078)) ([179a844](https://github.com/web3-storage/web3.storage/commit/179a8443663e6d9e23acccb0269ae8b454cd8888)) + + +### Bug Fixes + +* align links when stacking mobile ([#2088](https://github.com/web3-storage/web3.storage/issues/2088)) ([3bedf2d](https://github.com/web3-storage/web3.storage/commit/3bedf2d584195a90912574cbcde1b69ea5e50220)) +* incorrect class use ([#2094](https://github.com/web3-storage/web3.storage/issues/2094)) ([6919cb0](https://github.com/web3-storage/web3.storage/commit/6919cb09b335c7f757034f79235453e76c58ae77)) +* remove web apps footer link ([#2087](https://github.com/web3-storage/web3.storage/issues/2087)) ([a8c16a8](https://github.com/web3-storage/web3.storage/commit/a8c16a8f694567832a08d13009d0c8c8aedf79fe)) +* typo in w3name product page ([#2098](https://github.com/web3-storage/web3.storage/issues/2098)) ([9b50cc9](https://github.com/web3-storage/web3.storage/commit/9b50cc98425f67f79a8edd857fde93a02c6a64dc)) + ## [2.31.0](https://github.com/web3-storage/web3.storage/compare/website-v2.30.0...website-v2.31.0) (2022-10-23) diff --git a/packages/website/package.json b/packages/website/package.json index 8f6bea8363..3c0a3934b8 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/website", - "version": "2.31.0", + "version": "2.32.0", "description": "web3.storage website", "private": true, "scripts": {