Skip to content

Commit

Permalink
chore(main): release access-api 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house committed Apr 4, 2023
1 parent b48c256 commit d21ad3d
Show file tree
Hide file tree
Showing 3 changed files with 18 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.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/access-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ 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))

## [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 d21ad3d

Please sign in to comment.