We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027cc72 commit d72930dCopy full SHA for d72930d
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+## 1.0.0 (2025-03-04)
4
5
6
+### Bug Fixes
7
8
+* update interface tests ([#5](https://github.com/ChainSafe/js-libp2p-quic/issues/5)) ([beb0937](https://github.com/ChainSafe/js-libp2p-quic/commit/beb0937fc5f0bd4ea6d8c63ed76d441774c22226))
9
+* yarn test script ([f56cfad](https://github.com/ChainSafe/js-libp2p-quic/commit/f56cfad495821d6f1c56d857a98a36ddab2c07cd))
package.json
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/libp2p-quic",
- "version": "0.1.0",
+ "version": "1.0.0",
"description": "A QUIC transport for libp2p",
"license": "MIT",
"type": "module",
0 commit comments