Skip to content

Commit 4382173

Browse files
chore(main): release 1.0.3 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7bcd76b commit 4382173

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.2"
2+
".": "1.0.3"
33
}

CHANGELOG.md

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

3+
## [1.0.3](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.2...v1.0.3) (2025-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* publish with provenance bug ([#13](https://github.com/ChainSafe/js-libp2p-quic/issues/13)) ([7bcd76b](https://github.com/ChainSafe/js-libp2p-quic/commit/7bcd76bb947c78b030955e39f03c99989ff18b43))
9+
310
## [1.0.2](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.1...v1.0.2) (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.2",
3+
"version": "1.0.3",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)