Skip to content

Commit

Permalink
chore(main): release access 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 13, 2022
1 parent 5e6681f commit 2563a58
Show file tree
Hide file tree
Showing 3 changed files with 15 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,5 +1,5 @@
{
"packages/access-client": "9.0.1",
"packages/access-client": "9.1.0",
"packages/access-api": "3.0.0",
"packages/capabilities": "2.0.0",
"packages/upload-client": "5.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/access-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [9.1.0](https://github.com/web3-storage/w3protocol/compare/access-v9.0.1...access-v9.1.0) (2022-12-13)


### Features

* sync encode/decode delegations ([#276](https://github.com/web3-storage/w3protocol/issues/276)) ([ab981fb](https://github.com/web3-storage/w3protocol/commit/ab981fb6e33799153022c0f6d06c282917e7af7c))


### Bug Fixes

* destructured save ([#272](https://github.com/web3-storage/w3protocol/issues/272)) ([a4f20a9](https://github.com/web3-storage/w3protocol/commit/a4f20a928ceddc05c22f1aed5c80c2716848a284))
* handle Buffer serialization ([#277](https://github.com/web3-storage/w3protocol/issues/277)) ([6dc77ca](https://github.com/web3-storage/w3protocol/commit/6dc77ca51d4e59406f33c30014073916c9034a24))

## [9.0.1](https://github.com/web3-storage/w3protocol/compare/access-v9.0.0...access-v9.0.1) (2022-12-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/access-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access",
"version": "9.0.1",
"version": "9.1.0",
"description": "w3access client",
"homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client",
"repository": {
Expand Down

0 comments on commit 2563a58

Please sign in to comment.