Skip to content

Commit 7958a73

Browse files
committed
chore(release): 0.5.0
1 parent 8d0b982 commit 7958a73

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.5.0"></a>
6+
7+
# [0.5.0](https://github.com/kleros/kleros-interaction/compare/v0.4.0...v0.5.0) (2019-01-09)
8+
9+
### Bug Fixes
10+
11+
- **escrow-token:** fix Ruling event ([4130f76](https://github.com/kleros/kleros-interaction/commit/4130f76))
12+
- **escrow-token:** follow the ERC arbitration standard ([fc0d0c6](https://github.com/kleros/kleros-interaction/commit/fc0d0c6))
13+
- **escrow-token:** revert ([49eccdb](https://github.com/kleros/kleros-interaction/commit/49eccdb))
14+
- **exrow:** fix docs typo ([8b05ab5](https://github.com/kleros/kleros-interaction/commit/8b05ab5))
15+
- **multiple-arbitrable-transaction:** fix [#195](https://github.com/kleros/kleros-interaction/issues/195) ([144ffab](https://github.com/kleros/kleros-interaction/commit/144ffab))
16+
- **multiple-arbitrable-transaction:** fix [#196](https://github.com/kleros/kleros-interaction/issues/196) ([277d6a1](https://github.com/kleros/kleros-interaction/commit/277d6a1))
17+
- **MultipleArbitrableTokenTransaction:** add author hellwolf ([b1bd96c](https://github.com/kleros/kleros-interaction/commit/b1bd96c))
18+
- **travis:** set nodejs preference to lts dubnium ([161dcd6](https://github.com/kleros/kleros-interaction/commit/161dcd6))
19+
20+
### Features
21+
22+
- delete composed arbitrable ([55f47eb](https://github.com/kleros/kleros-interaction/commit/55f47eb))
23+
524
<a name="0.4.0"></a>
625

726
# 0.4.0 (2018-12-19)

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.4.0",
3+
"version": "0.5.0",
44
"description": "Smart contracts interacting with Kleros.",
55
"keywords": [
66
"kleros",

0 commit comments

Comments
 (0)