Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release website 2.34.0 #2167

Merged
merged 1 commit into from Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/website/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## [2.34.0](https://github.com/web3-storage/web3.storage/compare/website-v2.33.1...website-v2.34.0) (2023-01-02)


### Features

* add synchronized, persistent tab groups ([#2172](https://github.com/web3-storage/web3.storage/issues/2172)) ([3be2028](https://github.com/web3-storage/web3.storage/commit/3be2028b2e01dfcc1007babe3b4bda7bb454595a))
* website has /.well-known/did.json so did:web can resolve in prod ([#2169](https://github.com/web3-storage/web3.storage/issues/2169)) ([3ed273d](https://github.com/web3-storage/web3.storage/commit/3ed273d75d6ebd7f733cbcb4c818d5775eca073f))


### Bug Fixes

* website typo on protocol descrptions ([#2166](https://github.com/web3-storage/web3.storage/issues/2166)) ([89ff4e1](https://github.com/web3-storage/web3.storage/commit/89ff4e1c2029563cbe855ffa814c0d110e844a10))

## [2.33.1](https://github.com/web3-storage/web3.storage/compare/website-v2.33.0...website-v2.33.1) (2022-12-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/website",
"version": "2.33.1",
"version": "2.34.0",
"description": "web3.storage website",
"private": true,
"scripts": {
Expand Down