Skip to content

Commit

Permalink
chore(main): release w3up-client 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house committed Jan 17, 2024
1 parent b3c6b46 commit d6c8b8a
Show file tree
Hide file tree
Showing 3 changed files with 11 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
Expand Up @@ -5,6 +5,6 @@
"packages/capabilities": "13.0.0",
"packages/upload-api": "8.0.0",
"packages/upload-client": "13.0.0",
"packages/w3up-client": "12.0.0",
"packages/w3up-client": "12.1.0",
"packages/did-mailto": "2.0.2"
}
9 changes: 9 additions & 0 deletions packages/w3up-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [12.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.0.0...w3up-client-v12.1.0) (2024-01-17)


### Features

* add a function to verify and return Abilities. ([#1252](https://github.com/web3-storage/w3up/issues/1252)) ([2f026a2](https://github.com/web3-storage/w3up/commit/2f026a2483a4f323c4e2c6a8a8cb10afd92e21c4))
* re-export Store implementations from w3up-client ([#1266](https://github.com/web3-storage/w3up/issues/1266)) ([b3c6b46](https://github.com/web3-storage/w3up/commit/b3c6b4608b5aa66290128613e029c70a870b05f1))
* strictly require nodejs version ([#1264](https://github.com/web3-storage/w3up/issues/1264)) ([bc9f427](https://github.com/web3-storage/w3up/commit/bc9f4279aa509ebf2a90b54fa6e68a962621b37a))

## [12.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v11.2.1...w3up-client-v12.0.0) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/w3up-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/w3up-client",
"version": "12.0.0",
"version": "12.1.0",
"description": "Client for the web3.storage w3up api",
"license": "Apache-2.0 OR MIT",
"type": "module",
Expand Down

0 comments on commit d6c8b8a

Please sign in to comment.