Skip to content

Commit 69a83b7

Browse files
chore(main): release 1.0.4 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4f9024e commit 69a83b7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.3"
2+
".": "1.0.4"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.3...v1.0.4) (2025-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* pass interface compliance tests ([#15](https://github.com/ChainSafe/js-libp2p-quic/issues/15)) ([4f9024e](https://github.com/ChainSafe/js-libp2p-quic/commit/4f9024e4d771d9f1adcbdeb78a90f9165e141726))
9+
310
## [1.0.3](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.2...v1.0.3) (2025-03-12)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-quic",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)