diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7b697..188ee8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.1.2] + +### Changed +- fix #90 terminal corruption when running inside an iEx session + +### Contributors +- @francois-codes for the fix +- @mrdotb and @Valian for contributing to the discussion + + ## [3.1.1] ### Changed diff --git a/mix.exs b/mix.exs index 81f6a25..6a779f2 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule NodeJS.MixProject do def project do [ app: :nodejs, - version: "3.1.1", + version: "3.1.2", elixir: "~> 1.12", start_permanent: Mix.env() == :prod, deps: deps(),