Skip to content

Commit ca851a7

Browse files
committed
Release 0.6.6
1 parent 37dde1e commit ca851a7

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.6.6](https://github.com/izelnakri/eth/compare/0.6.5...0.6.6)
8+
9+
- EIP 155 chain id encoding [`#89`](https://github.com/izelnakri/eth/pull/89)
10+
- Update README.md to include latest version [`#60`](https://github.com/izelnakri/eth/pull/60)
11+
- update npm release pkgs [`37dde1e`](https://github.com/izelnakri/eth/commit/37dde1e1e1dd4f81689998a4fb65837b81648fb9)
12+
- Add 'npm run test' for test suite [`7dfd324`](https://github.com/izelnakri/eth/commit/7dfd32435bfd17ec82fbbea270fb4e72a69e185b)
13+
714
#### [0.6.5](https://github.com/izelnakri/eth/compare/0.6.4...0.6.5)
815

16+
> 23 October 2021
17+
918
- use Poison only in test env [`#57`](https://github.com/izelnakri/eth/pull/57)
1019
- Bump ex_keccak from 0.2.0 to 0.2.1 [`#53`](https://github.com/izelnakri/eth/pull/53)
20+
- Release 0.6.5 [`f23403f`](https://github.com/izelnakri/eth/commit/f23403f8ea9b870d493b94a334c75347c985803d)
1121
- remove circleci [`57fd925`](https://github.com/izelnakri/eth/commit/57fd9253f0e321b13d83e3f9838a6cc1e8e0e54f)
1222

1323
#### [0.6.4](https://github.com/izelnakri/eth/compare/0.6.3...0.6.4)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Eth.Mixfile do
22
use Mix.Project
33

4-
@version "0.6.5"
4+
@version "0.6.6"
55
@source_url "https://github.com/izelnakri/eth"
66

77
def project() do

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "eth",
4-
"version": "0.6.5",
4+
"version": "0.6.6",
55
"author": "Izel Nakri",
66
"license": "MIT",
77
"description": "[![Hex Version](http://img.shields.io/hexpm/v/eth.svg?style=flat)](https://hex.pm/packages/eth) [![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/eth/ETH.html)",

0 commit comments

Comments
 (0)