Skip to content

Commit

Permalink
chore(main): release access-api 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 18, 2022
1 parent 3e0b63f commit 32457c4
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/wallet": "1.0.0",
"packages/access": "2.1.1",
"packages/access-api": "3.0.0",
"packages/access-api": "4.0.0",
"packages/store": "2.0.0"
}
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

## [4.0.0](https://github.com/web3-storage/w3-protocol/compare/access-api-v3.0.0...access-api-v4.0.0) (2022-10-18)


### ⚠ BREAKING CHANGES

* bump to 0.9 (#116)

### Features

* bump to 0.9 ([#116](https://github.com/web3-storage/w3-protocol/issues/116)) ([3e0b63f](https://github.com/web3-storage/w3-protocol/commit/3e0b63f38aace3a86655a1aa40e529c1501dc136))


### Bug Fixes

* 0.9 ([#78](https://github.com/web3-storage/w3-protocol/issues/78)) ([1b1ed01](https://github.com/web3-storage/w3-protocol/commit/1b1ed01d537e88bbdeb5ea2aeb967b27bd11f87d))

## [3.0.0](https://github.com/web3-storage/w3-protocol/compare/access-api-v2.0.1...access-api-v3.0.0) (2022-10-14)


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": "3.0.0",
"version": "4.0.0",
"description": "Access API",
"type": "module",
"main": "dist/worker.js",
Expand Down

0 comments on commit 32457c4

Please sign in to comment.