Skip to content

Commit 77a9bcb

Browse files
chore(release): 18.0.2 [skip ci]
## [18.0.2](v18.0.1...v18.0.2) (2023-07-27) ### Trivial Changes * Update .github/workflows/stale.yml [skip ci] ([79974a5](79974a5)) * Update .github/workflows/stale.yml [skip ci] ([63f3993](63f3993)) ### Dependencies * **dev:** bump delay from 5.0.0 to 6.0.0 ([#580](#580)) ([d796ebc](d796ebc)) * **dev:** bump p-event from 5.0.1 to 6.0.0 ([#582](#582)) ([ae8fd6f](ae8fd6f))
1 parent d796ebc commit 77a9bcb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [18.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v18.0.1...v18.0.2) (2023-07-27)
2+
3+
4+
### Trivial Changes
5+
6+
* Update .github/workflows/stale.yml [skip ci] ([79974a5](https://github.com/ipfs/js-ipfs-bitswap/commit/79974a5b165d84b878f25bb11ac63639d4e3e093))
7+
* Update .github/workflows/stale.yml [skip ci] ([63f3993](https://github.com/ipfs/js-ipfs-bitswap/commit/63f39935cfd560319b6eaf117e539bd018316dc7))
8+
9+
10+
### Dependencies
11+
12+
* **dev:** bump delay from 5.0.0 to 6.0.0 ([#580](https://github.com/ipfs/js-ipfs-bitswap/issues/580)) ([d796ebc](https://github.com/ipfs/js-ipfs-bitswap/commit/d796ebcd7eb0267cc2709017ec06faf16a4ca2bb))
13+
* **dev:** bump p-event from 5.0.1 to 6.0.0 ([#582](https://github.com/ipfs/js-ipfs-bitswap/issues/582)) ([ae8fd6f](https://github.com/ipfs/js-ipfs-bitswap/commit/ae8fd6f16bdc49779b78fba3a22975153c138f7e))
14+
115
## [18.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v18.0.0...v18.0.1) (2023-05-22)
216

317

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": "18.0.1",
3+
"version": "18.0.2",
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)