diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b6cbf5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## 1.0.0 (2023-11-14) + + +### Features + +* add banner linking to old site ([1fd9a44](https://github.com/web3-storage/www/commit/1fd9a44fb9de9864ae8df1c902608f1737dc6fed)) +* add specs link to sidebar ([#11](https://github.com/web3-storage/www/issues/11)) ([ab2f048](https://github.com/web3-storage/www/commit/ab2f048b6a4ab492465359b6189974d67d296d4b)) +* adds pricing and features pages ([#4](https://github.com/web3-storage/www/issues/4)) ([962cf3d](https://github.com/web3-storage/www/commit/962cf3dc8238eb6abfb525329b02b023454eaf68)) +* bones of the homepage 🦴 ([bb7905e](https://github.com/web3-storage/www/commit/bb7905ee777d38e05d0911fd07270bbde29319d8)) +* docs in website! ([#5](https://github.com/web3-storage/www/issues/5)) ([484e0c1](https://github.com/web3-storage/www/commit/484e0c1fdfbc86cfc8d4cf0a2f5bd83398cc6726)) +* homepage gets nicer ([#1](https://github.com/web3-storage/www/issues/1)) ([bd5fae8](https://github.com/web3-storage/www/commit/bd5fae89f95c4061a891cbe683ac3b114fe6ec71)) +* lint md in ci with remark ([#9](https://github.com/web3-storage/www/issues/9)) ([22328cd](https://github.com/web3-storage/www/commit/22328cddc2753fbbf9b98afd569fed7d52ff796b)) +* pink first website header. ([#18](https://github.com/web3-storage/www/issues/18)) ([37c7052](https://github.com/web3-storage/www/commit/37c7052910a8a6fd6aa90863ed4534dd2512b054)) +* price plans ([#6](https://github.com/web3-storage/www/issues/6)) ([cefc492](https://github.com/web3-storage/www/commit/cefc4926880b63475c2dcf7faed41955b109b9af)) + + +### Bug Fixes + +* broken links and copy ([#19](https://github.com/web3-storage/www/issues/19)) ([c268748](https://github.com/web3-storage/www/commit/c2687488290dd83fe9e38e0022efffb663e87469)) +* rename plan from free to starter ([#16](https://github.com/web3-storage/www/issues/16)) ([eb5b73e](https://github.com/web3-storage/www/commit/eb5b73eef059a840cf82f24da11c3c0f55332000)) +* update footer links ([#14](https://github.com/web3-storage/www/issues/14)) ([7f2ac1e](https://github.com/web3-storage/www/commit/7f2ac1ec429b04565eb5bbe0c50b234e10988220)) +* update meta for created and merged docs page ([#17](https://github.com/web3-storage/www/issues/17)) ([c99f62c](https://github.com/web3-storage/www/commit/c99f62caab9cff3fa82a4e5295f81f0a6791f64f)) + + +### Other Changes + +* deploy website from CI ([#2](https://github.com/web3-storage/www/issues/2)) ([4952aa2](https://github.com/web3-storage/www/commit/4952aa2dc90a79917bdc8b9ef41388a1103e28a8)) diff --git a/package.json b/package.json index 251175e..3a18499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev",