Skip to content

Commit

Permalink
Merge 36406d0 into 976c77c
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house authored Apr 6, 2023
2 parents 976c77c + 36406d0 commit 99c532a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/access-client": "11.2.0",
"packages/access-api": "5.2.1",
"packages/access-api": "6.0.0",
"packages/capabilities": "4.0.1",
"packages/upload-api": "2.0.0",
"packages/upload-client": "8.3.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/access-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [6.0.0](https://github.com/web3-storage/w3up/compare/access-api-v5.2.1...access-api-v6.0.0) (2023-04-06)


### ⚠ BREAKING CHANGES

* add did mailto package, replacing `createDidMailtoFromEmail` ([#722](https://github.com/web3-storage/w3up/issues/722))

### Features

* add did mailto package, replacing `createDidMailtoFromEmail` ([#722](https://github.com/web3-storage/w3up/issues/722)) ([b48c256](https://github.com/web3-storage/w3up/commit/b48c256bfa57dda5d1762f77e41af1ecddf35846))


### Bug Fixes

* bug where did:mailto with pct-encoded email parts was not decoded correctly ([#719](https://github.com/web3-storage/w3up/issues/719)) ([7003dd2](https://github.com/web3-storage/w3up/commit/7003dd2a159c58872cbecaad1fd4a863e4a7f34b))
* upgrade toucan-js and @web3-storage/worker-utils ([#728](https://github.com/web3-storage/w3up/issues/728)) ([976c77c](https://github.com/web3-storage/w3up/commit/976c77c260ced0e8545dad8599796cb32c6eabe2))

## [5.2.1](https://github.com/web3-storage/w3protocol/compare/access-api-v5.2.0...access-api-v5.2.1) (2023-03-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/access-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access-api",
"version": "5.2.1",
"version": "6.0.0",
"description": "Access API",
"type": "module",
"main": "dist/worker.js",
Expand Down

0 comments on commit 99c532a

Please sign in to comment.