Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 18, 2022
1 parent 5c9eb4b commit d75379e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/ipfs-repo-migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0](https://github.com/ipfs/js-ipfs-repo/compare/[email protected]@12.0.0) (2022-01-18)


### Features

* libp2p async peerstore migration ([#375](https://github.com/ipfs/js-ipfs-repo/issues/375)) ([5c9eb4b](https://github.com/ipfs/js-ipfs-repo/commit/5c9eb4b135687b27865e9929405e50d730524aa6))


### BREAKING CHANGES

* updates repo version and migrates repo





## [11.0.2](https://github.com/ipfs/js-ipfs-repo/compare/[email protected]@11.0.2) (2021-11-24)

**Note:** Version bump only for package ipfs-repo-migrations
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-repo-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-repo-migrations",
"version": "11.0.2",
"version": "12.0.0",
"description": "Migration framework for versioning of JS IPFS Repo",
"keywords": [
"IPFS",
Expand Down
16 changes: 16 additions & 0 deletions packages/ipfs-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0](https://github.com/ipfs/js-ipfs-repo/compare/[email protected]@14.0.0) (2022-01-18)


### Features

* libp2p async peerstore migration ([#375](https://github.com/ipfs/js-ipfs-repo/issues/375)) ([5c9eb4b](https://github.com/ipfs/js-ipfs-repo/commit/5c9eb4b135687b27865e9929405e50d730524aa6))


### BREAKING CHANGES

* updates repo version and migrates repo





## [13.0.7](https://github.com/ipfs/js-ipfs-repo/compare/[email protected]@13.0.7) (2021-11-24)

**Note:** Version bump only for package ipfs-repo
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-repo",
"version": "13.0.7",
"version": "14.0.0",
"description": "IPFS Repo implementation",
"leadMaintainer": "Alex Potsides <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -111,7 +111,7 @@
"err-code": "^3.0.1",
"interface-blockstore": "^2.0.2",
"interface-datastore": "^6.0.2",
"ipfs-repo-migrations": "^11.0.2",
"ipfs-repo-migrations": "^12.0.0",
"it-drain": "^1.0.1",
"it-filter": "^1.0.2",
"it-first": "^1.0.2",
Expand Down

0 comments on commit d75379e

Please sign in to comment.