Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.64.1
Choose a base ref
...
head repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.64.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 23, 2018

  1. chore: update contributors

    daviddias committed Apr 23, 2018
    Copy the full SHA
    af91535 View commit details
  2. Copy the full SHA
    4ab782e View commit details
Showing with 6 additions and 1 deletion.
  1. +5 −0 CHANGELOG.md
  2. +1 −1 package.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="0.64.2"></a>
## [0.64.2](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.1...v0.64.2) (2018-04-23)



<a name="0.64.1"></a>
## [0.64.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.0...v0.64.1) (2018-04-23)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.64.1",
"version": "0.64.2",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"main": "js/src/index.js",
"scripts": {