Skip to content

Commit 9c64034

Browse files
committedAug 11, 2022
chore(release): 13.0.0 [skip ci]
## [ipfs-repo-migrations-v13.0.0](ipfs-repo-migrations-v12.0.1...ipfs-repo-migrations-v13.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * this module used to be dual published as CJS/ESM now it is just ESM ### Dependencies * update aegir to 37.x.x ([#400](#400)) ([7bdc912](7bdc912)) * update all deps ([#401](#401)) ([9218212](9218212)) ### Trivial Changes * fix release script ([#404](#404)) ([b2610d6](b2610d6))
1 parent b2610d6 commit 9c64034

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

‎packages/ipfs-repo-migrations/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [ipfs-repo-migrations-v13.0.0](https://github.com/ipfs/js-ipfs-repo/compare/ipfs-repo-migrations-v12.0.1...ipfs-repo-migrations-v13.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+
### Dependencies
9+
10+
* 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))
11+
* update all deps ([#401](https://github.com/ipfs/js-ipfs-repo/issues/401)) ([9218212](https://github.com/ipfs/js-ipfs-repo/commit/9218212a67963c31efd4c2a3223d249f249406bc))
12+
13+
14+
### Trivial Changes
15+
16+
* fix release script ([#404](https://github.com/ipfs/js-ipfs-repo/issues/404)) ([b2610d6](https://github.com/ipfs/js-ipfs-repo/commit/b2610d6b63274325422208c5730503992b002608))
17+
118
# Change Log
219

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

‎packages/ipfs-repo-migrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-repo-migrations",
3-
"version": "12.0.1",
3+
"version": "13.0.0",
44
"description": "Migration framework for versioning of JS IPFS Repo",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-repo/tree/master/packages/ipfs-repo-migrations#readme",

0 commit comments

Comments
 (0)