Skip to content

Commit

Permalink
chore(main): release upload-api 1.3.3 (#137)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.3.3](upload-api-v1.3.2...upload-api-v1.3.3)
(2025-01-29)


### Other Changes

* **upload-api:** add comment for clarity
([c678bde](c678bde))
* **upload-api:** refactor(blob-registry): pass cause as a parameter to
deregister
([632348d](632348d))

---
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
BravoNatalie authored Jan 29, 2025
2 parents c678bde + 168eb28 commit b7349ba
Show file tree
Hide file tree
Showing 3 changed files with 10 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,7 +5,7 @@
"packages/filecoin-api": "1.1.1",
"packages/filecoin-client": "1.0.2",
"packages/capabilities": "1.2.1",
"packages/upload-api": "1.3.2",
"packages/upload-api": "1.3.3",
"packages/upload-client": "1.0.4",
"packages/w3up-client": "1.1.4",
"packages/did-mailto": "1.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.3](https://github.com/storacha/upload-service/compare/upload-api-v1.3.2...upload-api-v1.3.3) (2025-01-29)


### Other Changes

* **upload-api:** add comment for clarity ([c678bde](https://github.com/storacha/upload-service/commit/c678bde352ba44e9f320f731411705b2233e83ee))
* **upload-api:** refactor(blob-registry): pass cause as a parameter to deregister ([632348d](https://github.com/storacha/upload-service/commit/632348d1529808f67873f332c695a504ca5bd7c4))

## [1.3.2](https://github.com/storacha/upload-service/compare/upload-api-v1.3.1...upload-api-v1.3.2) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storacha/upload-api",
"description": "The upload api for storacha.network",
"version": "1.3.2",
"version": "1.3.3",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://storacha.network",
Expand Down

0 comments on commit b7349ba

Please sign in to comment.