From ccc0c0f327589fd1a416d084305869282e8d7f6c Mon Sep 17 00:00:00 2001 From: Sam Vitello Date: Mon, 5 Mar 2018 11:39:43 +0100 Subject: [PATCH] chore(release): 0.0.63 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b44b4..2ae6069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + + +## [0.0.63](https://github.com/kleros/kleros-api/compare/v0.0.62...v0.0.63) (2018-03-05) + +### Features + +* **disputes:** all functions working with new structure ([39e9b2c](https://github.com/kleros/kleros-api/commit/39e9b2c)) +* **disputes:** DRY out fetch open disputes for session and add deadline event handler ([c66548a](https://github.com/kleros/kleros-api/commit/c66548a)) +* **disputes:** skeleton for new dispute data ([2382e39](https://github.com/kleros/kleros-api/commit/2382e39)) + ## 0.0.62 (2018-02-28) diff --git a/package.json b/package.json index 78e54ac..d59840c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kleros-api", - "version": "0.0.62", + "version": "0.0.63", "description": "A Javascript library that makes it easy to build relayers and other DApps that use the Kleros protocol.", "keywords": ["Blockchain", "Ethereum", "Kleros"],