Skip to content

Commit 450fa59

Browse files
authored
Merge pull request #31 from tabcat/release-please--branches--master--components--zzzync
chore(master): release 2.0.0
2 parents 03a6ff0 + 41547f2 commit 450fa59

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/tabcat/zzzync/compare/v1.1.0...v2.0.0) (2023-07-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* optionally stops ephemeral libp2p node
9+
10+
### Features
11+
12+
* optionally stops ephemeral libp2p node ([5fddc7e](https://github.com/tabcat/zzzync/commit/5fddc7e3fec8fa2712d5baebcf8355a5b2cccacd))
13+
314
## [1.1.0](https://github.com/tabcat/zzzync/compare/v1.0.0...v1.1.0) (2023-07-07)
415

516

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": "1.1.0",
3+
"version": "2.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)