Skip to content

Commit

Permalink
chore(release): 15.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 11, 2022
1 parent a650a49 commit 8ffe56e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/ipfs-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [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)


### ⚠ BREAKING CHANGES

* this module used to be dual published as CJS/ESM now it is just ESM

### Trivial Changes

* fix release script ([#404](https://github.com/ipfs/js-ipfs-repo/issues/404)) ([b2610d6](https://github.com/ipfs/js-ipfs-repo/commit/b2610d6b63274325422208c5730503992b002608))


### Dependencies

* 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))
* update all deps ([#401](https://github.com/ipfs/js-ipfs-repo/issues/401)) ([9218212](https://github.com/ipfs/js-ipfs-repo/commit/9218212a67963c31efd4c2a3223d249f249406bc))
* update sibling dependencies ([a650a49](https://github.com/ipfs/js-ipfs-repo/commit/a650a494a1d8a392e844493761f570b99db5f840))

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-repo",
"version": "14.0.1",
"version": "15.0.0",
"description": "IPFS Repo implementation",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-repo/tree/master/packages/ipfs-repo#readme",
Expand Down

0 comments on commit 8ffe56e

Please sign in to comment.