Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Jul 14, 2016
1 parent 38ec831 commit 503d9d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.0"></a>
# 1.0.0 (2016-07-14)


### Features

* **events:** add common events for ipfs daemon process ([a2f508d](https://github.com/AkashaProject/ipfs-connector/commit/a2f508d))
* **ipfs api:** extend connector with add and cat data ([16da1ab](https://github.com/AkashaProject/ipfs-connector/commit/16da1ab))
* **resolver:** added working ipfs object path resolver and tests ([ca6f43a](https://github.com/AkashaProject/ipfs-connector/commit/ca6f43a))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@akashaproject/ipfs-connector",
"version": "0.4.1",
"version": "1.0.0",
"description": "Ipfs download/process manager",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 503d9d2

Please sign in to comment.