Skip to content

Commit 8ffe56e

Browse files
chore(release): 15.0.0 [skip ci]
## [ipfs-repo-v15.0.0](ipfs-repo-v14.0.1...ipfs-repo-v15.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * this module used to be dual published as CJS/ESM now it is just ESM ### Trivial Changes * fix release script ([#404](#404)) ([b2610d6](b2610d6)) ### Dependencies * update aegir to 37.x.x ([#400](#400)) ([7bdc912](7bdc912)) * update all deps ([#401](#401)) ([9218212](9218212)) * update sibling dependencies ([a650a49](a650a49))
1 parent a650a49 commit 8ffe56e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/ipfs-repo/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [ipfs-repo-v15.0.0](https://github.com/ipfs/js-ipfs-repo/compare/ipfs-repo-v14.0.1...ipfs-repo-v15.0.0) (2022-08-11)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module used to be dual published as CJS/ESM now it is just ESM
7+
8+
### Trivial Changes
9+
10+
* fix release script ([#404](https://github.com/ipfs/js-ipfs-repo/issues/404)) ([b2610d6](https://github.com/ipfs/js-ipfs-repo/commit/b2610d6b63274325422208c5730503992b002608))
11+
12+
13+
### Dependencies
14+
15+
* update aegir to 37.x.x ([#400](https://github.com/ipfs/js-ipfs-repo/issues/400)) ([7bdc912](https://github.com/ipfs/js-ipfs-repo/commit/7bdc9124c18c9a4792295704cac25510d4694b46))
16+
* update all deps ([#401](https://github.com/ipfs/js-ipfs-repo/issues/401)) ([9218212](https://github.com/ipfs/js-ipfs-repo/commit/9218212a67963c31efd4c2a3223d249f249406bc))
17+
* update sibling dependencies ([a650a49](https://github.com/ipfs/js-ipfs-repo/commit/a650a494a1d8a392e844493761f570b99db5f840))
18+
119
# Change Log
220

321
All notable changes to this project will be documented in this file.

packages/ipfs-repo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-repo",
3-
"version": "14.0.1",
3+
"version": "15.0.0",
44
"description": "IPFS Repo implementation",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-repo/tree/master/packages/ipfs-repo#readme",

0 commit comments

Comments
 (0)