Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.0...v1.1.0) (2023-09-06)

### Features

* filter multiaddrs for origins ([caffdbf](caffdbf))

### Bug Fixes

* origins when using web3.storage ([654ddfa](654ddfa))

### Trivial Changes

* configure publishConfig and aegir check-project ([156539d](156539d))
* configure publishConfig and aegir check-project ([1fb7c39](1fb7c39))
* update .github/workflows/js-test-and-release.yml ([#11](#11)) ([a9888e3](a9888e3))
  • Loading branch information
semantic-release-bot committed Sep 6, 2023
1 parent caffdbf commit b611886
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [1.1.0](https://github.com/ipfs/helia-remote-pinning/compare/v1.0.0...v1.1.0) (2023-09-06)


### Features

* filter multiaddrs for origins ([caffdbf](https://github.com/ipfs/helia-remote-pinning/commit/caffdbf759fac3e36ad3700f9093b05eeaca09ea))


### Bug Fixes

* origins when using web3.storage ([654ddfa](https://github.com/ipfs/helia-remote-pinning/commit/654ddfa0e8187f9d682e7219e6d9cca8710120f9))


### Trivial Changes

* configure publishConfig and aegir check-project ([156539d](https://github.com/ipfs/helia-remote-pinning/commit/156539d129ca1b81f7fe5f86c23c7f14db52080a))
* configure publishConfig and aegir check-project ([1fb7c39](https://github.com/ipfs/helia-remote-pinning/commit/1fb7c392f00c9b525d69a7d6d40b45b9161d7b9b))
* update .github/workflows/js-test-and-release.yml ([#11](https://github.com/ipfs/helia-remote-pinning/issues/11)) ([a9888e3](https://github.com/ipfs/helia-remote-pinning/commit/a9888e3012692181e71b0ff92308ef04ce08e412))

## 1.0.0 (2023-08-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/remote-pinning",
"version": "1.0.0",
"version": "1.1.0",
"description": "A library that helps Helia users pin content via the IPFS pinning-services-api-spec",
"author": "[email protected]",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit b611886

Please sign in to comment.