Skip to content

Commit

Permalink
chore(main): release access 9.1.0 (#282)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[9.1.0](access-v9.0.1...access-v9.1.0)
(2022-12-13)


### Features

* sync encode/decode delegations
([#276](#276))
([9d48372](9d48372))


### Bug Fixes

* destructured save
([#272](#272))
([b6aaf9b](b6aaf9b))
* handle Buffer serialization
([#277](#277))
([8e8f745](8e8f745))
* make d1 spaces.metadata nullable and change to kysely
([#284](#284))
([7f09479](7f09479)),
closes [#280](#280)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hugomrdias authored Dec 13, 2022
1 parent 7f09479 commit f6309ad
Show file tree
Hide file tree
Showing 3 changed files with 16 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.1.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/access-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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))
* make d1 spaces.metadata nullable and change to kysely ([#284](https://github.com/web3-storage/w3protocol/issues/284)) ([c8a9ce5](https://github.com/web3-storage/w3protocol/commit/c8a9ce544226b3c8456d45b15e29cec84894aeb8)), closes [#280](https://github.com/web3-storage/w3protocol/issues/280)

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

Please sign in to comment.