Skip to content

Commit b09927f

Browse files
chore(release): 1.1.0 [skip ci]
## [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))
1 parent 6969a98 commit b09927f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.1.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.0.0...v1.1.0) (2024-06-13)
2+
3+
4+
### Features
5+
6+
* Add getPeerMeta method ([303410e](https://github.com/libp2p/js-libp2p-http-fetch/commit/303410ec7ca566df8fc19a267809ef264b0332c8))
7+
8+
9+
### Trivial Changes
10+
11+
* Remove debug logging ([2806d9e](https://github.com/libp2p/js-libp2p-http-fetch/commit/2806d9eca5ed9f06489ba5af7d0d017d333c4ec5))
12+
113
## 1.0.0 (2024-06-12)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/http-fetch",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Implementation of the WHATWG Fetch API on libp2p streams",
55
"author": "@marcopolo",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)