diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efaee4..ecf2816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,21 @@ 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.3](https://github.com/izelnakri/eth/compare/0.6.2...0.6.3) + +- update npm dev packages [`72e77a8`](https://github.com/izelnakri/eth/commit/72e77a8ba19c05f73d28686443ddc0d60009666c) + #### [0.6.2](https://github.com/izelnakri/eth/compare/0.6.1...0.6.2) +> 17 September 2021 + - Bump ex_doc from 0.23.0 to 0.25.1 [`#44`](https://github.com/izelnakri/eth/pull/44) - Bump telemetry from 0.4.2 to 0.4.3 [`#39`](https://github.com/izelnakri/eth/pull/39) - Bump ex_keccak from 0.1.2 to 0.1.3 [`#40`](https://github.com/izelnakri/eth/pull/40) - Bump poison from 4.0.1 to 5.0.0 [`#43`](https://github.com/izelnakri/eth/pull/43) - Upgrade to GitHub-native Dependabot [`#41`](https://github.com/izelnakri/eth/pull/41) - Bump ethereumex from 0.6.1 to 0.7.0 [`#33`](https://github.com/izelnakri/eth/pull/33) +- Release 0.6.2 [`2d59ad2`](https://github.com/izelnakri/eth/commit/2d59ad2c38cf7189165a1f93c4418d0462d86dd4) - update system runtime versions [`2ae8994`](https://github.com/izelnakri/eth/commit/2ae89949954d2de9849da8395aa2b95c88c0a6dc) - update keccak library [`6abfbaf`](https://github.com/izelnakri/eth/commit/6abfbaf9c5301ef0db8d46308c8fc7c550c02a1c) - deps added to .dockerignore [`61816e3`](https://github.com/izelnakri/eth/commit/61816e3f63d9a1a8b6d9fea974b79b3e155e6848) diff --git a/mix.exs b/mix.exs index 157f460..0dc1236 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Eth.Mixfile do use Mix.Project - @version "0.6.2" + @version "0.6.3" @source_url "https://github.com/izelnakri/eth" def project() do diff --git a/package-lock.json b/package-lock.json index 12d1875..4f3e66e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eth", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "devDependencies": { "@j-ulrich/release-it-regex-bumper": "^2.0.0", diff --git a/package.json b/package.json index ea637a7..a696db1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "eth", - "version": "0.6.2", + "version": "0.6.3", "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)",