Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Sep 27, 2021
1 parent d157666 commit 996aa48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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.4](https://github.com/izelnakri/eth/compare/0.6.3...0.6.4)

- refactor: use `get_lazy` for computed defaults [`#52`](https://github.com/izelnakri/eth/pull/52)

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

> 17 September 2021
- Release 0.6.3 [`6eff600`](https://github.com/izelnakri/eth/commit/6eff600900ca897eac89fbd50320af14e7fa9027)
- 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)
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.3"
@version "0.6.4"
@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.3",
"version": "0.6.4",
"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 996aa48

Please # to comment.