Skip to content

Commit

Permalink
Merge pull request #32 from tabcat/release-please--branches--master--…
Browse files Browse the repository at this point in the history
…components--zzzync

chore(master): release 3.0.0
  • Loading branch information
tabcat authored Sep 4, 2023
2 parents bb74965 + 44e23ad commit 5cd1b0d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.0.0](https://github.com/tabcat/zzzync/compare/v2.0.0...v3.0.0) (2023-09-04)


### ⚠ BREAKING CHANGES

* rename w3name to just w3
* rename w3namer and dhtAdvertiser exports
* dht advertiser takes kad-dht not libp2p

### Code Refactoring

* dht advertiser takes kad-dht not libp2p ([d0ee166](https://github.com/tabcat/zzzync/commit/d0ee1667d77f2c275f62e2d92fa60c00114a47ec))
* rename w3name to just w3 ([bb74965](https://github.com/tabcat/zzzync/commit/bb749659725692e1dc1cd956f4942dfcea1fc4df))
* rename w3namer and dhtAdvertiser exports ([45baedd](https://github.com/tabcat/zzzync/commit/45baedd8c46887801bfbea1e7f0a6bb64a84c7f7))

## [2.0.0](https://github.com/tabcat/zzzync/compare/v1.1.0...v2.0.0) (2023-07-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tabcat/zzzync",
"version": "2.0.0",
"version": "3.0.0",
"description": "replication protocol over IPLD, IPNS, and IPFS Provider Records",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 5cd1b0d

Please sign in to comment.