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) (2024-06-13)

### Features

* Add getPeerMeta method ([303410e](303410e))

### Trivial Changes

* Remove debug logging ([2806d9e](2806d9e))
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent 6969a98 commit b09927f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.0.0...v1.1.0) (2024-06-13)


### Features

* Add getPeerMeta method ([303410e](https://github.com/libp2p/js-libp2p-http-fetch/commit/303410ec7ca566df8fc19a267809ef264b0332c8))


### Trivial Changes

* Remove debug logging ([2806d9e](https://github.com/libp2p/js-libp2p-http-fetch/commit/2806d9eca5ed9f06489ba5af7d0d017d333c4ec5))

## 1.0.0 (2024-06-12)


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": "@libp2p/http-fetch",
"version": "1.0.0",
"version": "1.1.0",
"description": "Implementation of the WHATWG Fetch API on libp2p streams",
"author": "@marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit b09927f

Please sign in to comment.