Skip to content

Commit 3e8d664

Browse files
committed
chore(release): 0.6.0
1 parent 71683c0 commit 3e8d664

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
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.
44

5+
<a name="0.6.0"></a>
6+
7+
# [0.6.0](https://github.com/kleros/kleros-interaction/compare/v0.5.0...v0.6.0) (2019-02-06)
8+
9+
### Bug Fixes
10+
11+
- **arbitrator:** space typos ([61cf84c](https://github.com/kleros/kleros-interaction/commit/61cf84c))
12+
- **escrow:** [@clesaege](https://github.com/clesaege) review and hotfixes ([71683c0](https://github.com/kleros/kleros-interaction/commit/71683c0))
13+
- **escrow:** fix word typo ([0026bcb](https://github.com/kleros/kleros-interaction/commit/0026bcb))
14+
- **escrow:** fix word typos ([9349623](https://github.com/kleros/kleros-interaction/commit/9349623))
15+
- **escrow:** refund extra fee even if the arbitration cost decrease ([84bcd84](https://github.com/kleros/kleros-interaction/commit/84bcd84))
16+
- **escrow-token:** fix word typos ([d1b7b8b](https://github.com/kleros/kleros-interaction/commit/d1b7b8b))
17+
- **escrow-token-factory:** fix typos ([c74ebfb](https://github.com/kleros/kleros-interaction/commit/c74ebfb))
18+
- **multiple-arbitrable-transaction:** fix re-entrancy ([5f72f51](https://github.com/kleros/kleros-interaction/commit/5f72f51))
19+
- **multiple-arbitrable-transaction:** fix re-entrancy ([66223e7](https://github.com/kleros/kleros-interaction/commit/66223e7))
20+
- **multiple-arbitrable-transaction:** send instead of transfer ([14bce32](https://github.com/kleros/kleros-interaction/commit/14bce32))
21+
- **token-escrow:** fix doc typos ([a2049ac](https://github.com/kleros/kleros-interaction/commit/a2049ac))
22+
- **token-escrow:** prevent re-entrency ([01454a2](https://github.com/kleros/kleros-interaction/commit/01454a2))
23+
- **token-escrow-factory:** remove useless assertion ([0664e6a](https://github.com/kleros/kleros-interaction/commit/0664e6a))
24+
25+
### Features
26+
27+
- Update ArbitrableTokenList and ArbitrableAddressList ([#210](https://github.com/kleros/kleros-interaction/issues/210)) ([90168b8](https://github.com/kleros/kleros-interaction/commit/90168b8))
28+
- **escrow:** refund extra fee when we pay arbitration fee ([384ee95](https://github.com/kleros/kleros-interaction/commit/384ee95))
29+
- **escrow-token:** add factory to create an arbitrable token contract ([8f708f9](https://github.com/kleros/kleros-interaction/commit/8f708f9))
30+
- **t2cr:** add method to query item status by address ([5bd07a9](https://github.com/kleros/kleros-interaction/commit/5bd07a9))
31+
- **t2cr:** use one meta evidence object for each type of request ([81c5aa7](https://github.com/kleros/kleros-interaction/commit/81c5aa7))
32+
- **token-escrow:** refund over arbitration fee ([20b52f1](https://github.com/kleros/kleros-interaction/commit/20b52f1))
33+
534
<a name="0.5.0"></a>
635

736
# [0.5.0](https://github.com/kleros/kleros-interaction/compare/v0.4.0...v0.5.0) (2019-01-09)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/kleros-interaction",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Smart contracts interacting with Kleros.",
55
"keywords": [
66
"kleros",

0 commit comments

Comments
 (0)