Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit ff8d3e4

Browse files
chore(release): 3.0.5 [skip ci]
## [3.0.5](v3.0.4...v3.0.5) (2022-09-21) ### Dependencies * update @multiformats/multiaddr to 11.0.0 ([#372](#372)) ([cb0bc9e](cb0bc9e)) ### Trivial Changes * increase test timeouts ([#373](#373)) ([ad25fae](ad25fae)) * Update .github/workflows/stale.yml [skip ci] ([2236c50](2236c50))
1 parent ad25fae commit ff8d3e4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [3.0.5](https://github.com/libp2p/js-libp2p-kad-dht/compare/v3.0.4...v3.0.5) (2022-09-21)
2+
3+
4+
### Dependencies
5+
6+
* update @multiformats/multiaddr to 11.0.0 ([#372](https://github.com/libp2p/js-libp2p-kad-dht/issues/372)) ([cb0bc9e](https://github.com/libp2p/js-libp2p-kad-dht/commit/cb0bc9e2ec44a7d9ba9ac3c2b6079af5b6d76840))
7+
8+
9+
### Trivial Changes
10+
11+
* increase test timeouts ([#373](https://github.com/libp2p/js-libp2p-kad-dht/issues/373)) ([ad25fae](https://github.com/libp2p/js-libp2p-kad-dht/commit/ad25fae47426fd14ac14364e83b755837fb3a400))
12+
* Update .github/workflows/stale.yml [skip ci] ([2236c50](https://github.com/libp2p/js-libp2p-kad-dht/commit/2236c505f756c3efa7deefe70a2c070f009c36c6))
13+
114
## [3.0.4](https://github.com/libp2p/js-libp2p-kad-dht/compare/v3.0.3...v3.0.4) (2022-08-12)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/kad-dht",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "JavaScript implementation of the Kad-DHT for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-kad-dht#readme",

0 commit comments

Comments
 (0)