Skip to content

Commit c8692f6

Browse files
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2023-03-16) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([b0f81bf](b0f81bf)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([c89a5e1](c89a5e1)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([dc5e6d9](dc5e6d9)) * upgrade aegir to `38.1.2` ([#109](#109)) ([17e7928](17e7928)) ### Documentation * Update README.md ([#117](#117)) ([2662c50](2662c50))
1 parent 2662c50 commit c8692f6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [4.0.1](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v4.0.0...v4.0.1) (2023-03-16)
2+
3+
4+
### Trivial Changes
5+
6+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([b0f81bf](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/b0f81bf27e440b3420d8516c41156c527d8d8c78))
7+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([c89a5e1](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/c89a5e14ac5d7fb433d68aa6df36c84fc6f4a4be))
8+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([dc5e6d9](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/dc5e6d9b06a1ffba4d787bd8f0c96a6b0a755e62))
9+
* upgrade aegir to `38.1.2` ([#109](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/109)) ([17e7928](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/17e79283b9a50bdee6d6f15405299a7e2cd1bac1))
10+
11+
12+
### Documentation
13+
14+
* Update README.md ([#117](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/117)) ([2662c50](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/2662c50eee8f58fedbae281b6494b9352a14498a))
15+
116
## [4.0.0](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v3.0.1...v4.0.0) (2023-01-06)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/delegated-peer-routing",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Leverage other peers in the libp2p network to perform Peer Routing calls.",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-delegated-peer-routing#readme",

0 commit comments

Comments
 (0)