Skip to content

Commit 5cd1b0d

Browse files
authored
Merge pull request #32 from tabcat/release-please--branches--master--components--zzzync
chore(master): release 3.0.0
2 parents bb74965 + 44e23ad commit 5cd1b0d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/tabcat/zzzync/compare/v2.0.0...v3.0.0) (2023-09-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename w3name to just w3
9+
* rename w3namer and dhtAdvertiser exports
10+
* dht advertiser takes kad-dht not libp2p
11+
12+
### Code Refactoring
13+
14+
* dht advertiser takes kad-dht not libp2p ([d0ee166](https://github.com/tabcat/zzzync/commit/d0ee1667d77f2c275f62e2d92fa60c00114a47ec))
15+
* rename w3name to just w3 ([bb74965](https://github.com/tabcat/zzzync/commit/bb749659725692e1dc1cd956f4942dfcea1fc4df))
16+
* rename w3namer and dhtAdvertiser exports ([45baedd](https://github.com/tabcat/zzzync/commit/45baedd8c46887801bfbea1e7f0a6bb64a84c7f7))
17+
318
## [2.0.0](https://github.com/tabcat/zzzync/compare/v1.1.0...v2.0.0) (2023-07-17)
419

520

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabcat/zzzync",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "replication protocol over IPLD, IPNS, and IPFS Provider Records",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)