Skip to content

Commit

Permalink
chore(main): release capabilities 13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house committed Jan 24, 2024
1 parent 104b8de commit 733c5a1
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 @@ -2,7 +2,7 @@
"packages/access-client": "18.1.1",
"packages/filecoin-api": "4.3.1",
"packages/filecoin-client": "3.2.0",
"packages/capabilities": "13.0.0",
"packages/capabilities": "13.1.0",
"packages/upload-api": "8.0.0",
"packages/upload-client": "13.0.0",
"packages/w3up-client": "12.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/capabilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [13.1.0](https://github.com/web3-storage/w3up/compare/capabilities-v13.0.0...capabilities-v13.1.0) (2024-01-24)


### 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))
* change `plan/update` to `plan/set` and use existing `PlansStorage#set` to implement an invocation handler ([#1258](https://github.com/web3-storage/w3up/issues/1258)) ([1ccbfe9](https://github.com/web3-storage/w3up/commit/1ccbfe9f84ae5b2e99e315c92d15d2b54e9723ba))
* introduce capability for changing billing plan ([#1253](https://github.com/web3-storage/w3up/issues/1253)) ([d33b3a9](https://github.com/web3-storage/w3up/commit/d33b3a9f72a5e7a738d2a084eb19388fa70d9433))

## [13.0.0](https://github.com/web3-storage/w3up/compare/capabilities-v12.1.0...capabilities-v13.0.0) (2023-12-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/capabilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/capabilities",
"version": "13.0.0",
"version": "13.1.0",
"description": "UCAN Capabilities provided by web3.storage",
"homepage": "https://web3.storage",
"repository": {
Expand Down

0 comments on commit 733c5a1

Please sign in to comment.