Skip to content

Commit bfabfdc

Browse files
committedJan 19, 2022
chore: publish
- ipfs-repo-migrations@12.0.1 - ipfs-repo@14.0.1
1 parent 709a612 commit bfabfdc

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed
 

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [12.0.1](https://github.com/ipfs/js-ipfs-repo/compare/ipfs-repo-migrations@12.0.0...ipfs-repo-migrations@12.0.1) (2022-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* remove console output from migration ([#376](https://github.com/ipfs/js-ipfs-repo/issues/376)) ([b383845](https://github.com/ipfs/js-ipfs-repo/commit/b3838457984a61582b8857fcf63ec133ce74e1bb))
12+
13+
14+
15+
16+
617
# [12.0.0](https://github.com/ipfs/js-ipfs-repo/compare/ipfs-repo-migrations@11.0.2...ipfs-repo-migrations@12.0.0) (2022-01-18)
718

819

‎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.0",
3+
"version": "12.0.1",
44
"description": "Migration framework for versioning of JS IPFS Repo",
55
"keywords": [
66
"IPFS",

‎packages/ipfs-repo/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.1](https://github.com/ipfs/js-ipfs-repo/compare/ipfs-repo@14.0.0...ipfs-repo@14.0.1) (2022-01-19)
7+
8+
**Note:** Version bump only for package ipfs-repo
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/ipfs/js-ipfs-repo/compare/ipfs-repo@13.0.7...ipfs-repo@14.0.0) (2022-01-18)
715

816

‎packages/ipfs-repo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-repo",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "IPFS Repo implementation",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"type": "module",
@@ -111,7 +111,7 @@
111111
"err-code": "^3.0.1",
112112
"interface-blockstore": "^2.0.2",
113113
"interface-datastore": "^6.0.2",
114-
"ipfs-repo-migrations": "^12.0.0",
114+
"ipfs-repo-migrations": "^12.0.1",
115115
"it-drain": "^1.0.1",
116116
"it-filter": "^1.0.2",
117117
"it-first": "^1.0.2",

0 commit comments

Comments
 (0)