diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 8f5dc2376d..3d3b19b35c 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.17.0](https://github.com/web3-storage/web3.storage/compare/website-v2.16.0...website-v2.17.0) (2022-08-31) + + +### Features + +* account payments UI start ([#1767](https://github.com/web3-storage/web3.storage/issues/1767)) ([38f0088](https://github.com/web3-storage/web3.storage/commit/38f00887df1e22ddef7c76c51e9c68883ad80895)) +* e2e test website accountPayment loggedIn, includes magic.link testMode support in test-e2e job only ([#1754](https://github.com/web3-storage/web3.storage/issues/1754)) ([6d6f92c](https://github.com/web3-storage/web3.storage/commit/6d6f92cb10552c149ebd1fcaedb2295cb661192c)) + + +### Bug Fixes + +* upload list pagination headers ([#1739](https://github.com/web3-storage/web3.storage/issues/1739)) ([2ffe6d7](https://github.com/web3-storage/web3.storage/commit/2ffe6d749628095a93d957836c6b4e8ad3b6acf9)) +* website lint script now lints its 'lib' directory after it was previously eslintignored ([#1770](https://github.com/web3-storage/web3.storage/issues/1770)) ([78f0c71](https://github.com/web3-storage/web3.storage/commit/78f0c71f89b231f23e95e827caf7fce522df7f63)) + + +### Other Changes + +* add note about client.get reliability to retrieval doc ([#1812](https://github.com/web3-storage/web3.storage/issues/1812)) ([b23cee1](https://github.com/web3-storage/web3.storage/commit/b23cee1609abc631d2d1136a36d3e9e5e7e6a830)) +* point users to w3link ([#1814](https://github.com/web3-storage/web3.storage/issues/1814)) ([285b76e](https://github.com/web3-storage/web3.storage/commit/285b76e2b2b42625818700eba253489bd34e0e55)) + ## [2.16.0](https://github.com/web3-storage/web3.storage/compare/website-v2.15.0...website-v2.16.0) (2022-08-17) diff --git a/packages/website/package.json b/packages/website/package.json index d700673f5c..161283da09 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/website", - "version": "2.16.0", + "version": "2.17.0", "description": "web3.storage website", "private": true, "scripts": {