Skip to content

Commit

Permalink
Release 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Dec 20, 2022
1 parent 37dde1e commit ca851a7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [0.6.6](https://github.com/izelnakri/eth/compare/0.6.5...0.6.6)

- EIP 155 chain id encoding [`#89`](https://github.com/izelnakri/eth/pull/89)
- Update README.md to include latest version [`#60`](https://github.com/izelnakri/eth/pull/60)
- update npm release pkgs [`37dde1e`](https://github.com/izelnakri/eth/commit/37dde1e1e1dd4f81689998a4fb65837b81648fb9)
- Add 'npm run test' for test suite [`7dfd324`](https://github.com/izelnakri/eth/commit/7dfd32435bfd17ec82fbbea270fb4e72a69e185b)

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

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

#### [0.6.4](https://github.com/izelnakri/eth/compare/0.6.3...0.6.4)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Eth.Mixfile do
use Mix.Project

@version "0.6.5"
@version "0.6.6"
@source_url "https://github.com/izelnakri/eth"

def project() do
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "eth",
"version": "0.6.5",
"version": "0.6.6",
"author": "Izel Nakri",
"license": "MIT",
"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)",
Expand Down

0 comments on commit ca851a7

Please # to comment.