Skip to content

Commit d72930d

Browse files
chore(main): release 1.0.0 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 027cc72 commit d72930d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-quic",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)