Skip to content

Commit a5f0ed7

Browse files
chore(release): 20.0.1 [skip ci]
## [20.0.1](v20.0.0...v20.0.1) (2024-01-16) ### Trivial Changes * update .github/workflows/js-test-and-release.yml ([#611](#611)) ([d95c807](d95c807)) * Update .github/workflows/stale.yml [skip ci] ([9d5bc7e](9d5bc7e)) ### Dependencies * bump multiformats from 12.1.3 to 13.0.0 ([#615](#615)) ([243dc1a](243dc1a))
1 parent 243dc1a commit a5f0ed7

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+
## [20.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v20.0.0...v20.0.1) (2024-01-16)
2+
3+
4+
### Trivial Changes
5+
6+
* update .github/workflows/js-test-and-release.yml ([#611](https://github.com/ipfs/js-ipfs-bitswap/issues/611)) ([d95c807](https://github.com/ipfs/js-ipfs-bitswap/commit/d95c8079f1f8d296737249d7458e27124eb8e9eb))
7+
* Update .github/workflows/stale.yml [skip ci] ([9d5bc7e](https://github.com/ipfs/js-ipfs-bitswap/commit/9d5bc7eecaa7752545ea977d2d5e9350cf7c8959))
8+
9+
10+
### Dependencies
11+
12+
* bump multiformats from 12.1.3 to 13.0.0 ([#615](https://github.com/ipfs/js-ipfs-bitswap/issues/615)) ([243dc1a](https://github.com/ipfs/js-ipfs-bitswap/commit/243dc1a2ec813d9a33426cf85572cf5016656fd7))
13+
114
## [20.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v19.0.2...v20.0.0) (2023-11-30)
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": "ipfs-bitswap",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"description": "JavaScript implementation of the Bitswap data exchange protocol used by IPFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-bitswap#readme",

0 commit comments

Comments
 (0)