Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.1](v1.8.0...v1.8.1) (2024-10-02)

### Bug Fixes

* CI and update repo ([#344](#344)) ([91f1e08](91f1e08))
* update all deps and fix type errors ([#376](#376)) ([2b0d781](2b0d781))
* use AbortSignal.timeout instead of setTimeout ([#375](#375)) ([f65ab4e](f65ab4e))

### Trivial Changes

* Update .github/dependabot.yml [skip ci] ([9c8c9e4](9c8c9e4))
* update workflow ([dae6def](dae6def))

### Dependencies

* bump @ipfs-shipyard/pinning-service-client from 1.0.1 to 2.0.0 ([#357](#357)) ([24dc773](24dc773))
  • Loading branch information
semantic-release-bot committed Oct 2, 2024
1 parent dae6def commit ffbf31e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.8.1](https://github.com/ipfs-shipyard/pinning-service-compliance/compare/v1.8.0...v1.8.1) (2024-10-02)

### Bug Fixes

* CI and update repo ([#344](https://github.com/ipfs-shipyard/pinning-service-compliance/issues/344)) ([91f1e08](https://github.com/ipfs-shipyard/pinning-service-compliance/commit/91f1e08ba1b224ed3bf3351b1f3ac639d711bddb))
* update all deps and fix type errors ([#376](https://github.com/ipfs-shipyard/pinning-service-compliance/issues/376)) ([2b0d781](https://github.com/ipfs-shipyard/pinning-service-compliance/commit/2b0d7819e867d2ed86df0eaa0ad4d5882127b87c))
* use AbortSignal.timeout instead of setTimeout ([#375](https://github.com/ipfs-shipyard/pinning-service-compliance/issues/375)) ([f65ab4e](https://github.com/ipfs-shipyard/pinning-service-compliance/commit/f65ab4e2590234967a8efada067baee943ab5833))

### Trivial Changes

* Update .github/dependabot.yml [skip ci] ([9c8c9e4](https://github.com/ipfs-shipyard/pinning-service-compliance/commit/9c8c9e4748cd0369260d1a0936768b5abf5c4271))
* update workflow ([dae6def](https://github.com/ipfs-shipyard/pinning-service-compliance/commit/dae6defd08673152dd9186c74e754ea3886daf1b))

### Dependencies

* bump @ipfs-shipyard/pinning-service-client from 1.0.1 to 2.0.0 ([#357](https://github.com/ipfs-shipyard/pinning-service-compliance/issues/357)) ([24dc773](https://github.com/ipfs-shipyard/pinning-service-compliance/commit/24dc7734a8e216b846cb9675cdcf49618831e277))

## [1.8.0](https://github.com/ipfs-shipyard/pinning-service-compliance/compare/v1.7.0...v1.8.0) (2023-09-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ipfs-shipyard/pinning-service-compliance",
"version": "1.8.0",
"version": "1.8.1",
"description": "",
"author": "Russell Dempsey <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit ffbf31e

Please sign in to comment.