Skip to content

Commit e2be851

Browse files
chore(main): release 1.0.1 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad7435a commit e2be851

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

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.0...v1.0.1) (2025-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* remove whitespace ([ad7435a](https://github.com/ChainSafe/js-libp2p-quic/commit/ad7435aa65f3abd4a574dce5ce568726e7fef545))
9+
310
## 1.0.0 (2025-03-04)
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.0",
3+
"version": "1.0.1",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)