We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6969a98 commit b09927fCopy full SHA for b09927f
CHANGELOG.md
@@ -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
13
## 1.0.0 (2024-06-12)
14
15
package.json
@@ -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",
0 commit comments