Skip to content

Commit 6650e17

Browse files
committed
chore: release version 3.1.2
1 parent c28b78a commit 6650e17

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [3.1.2]
9+
10+
### Changed
11+
- fix #90 terminal corruption when running inside an iEx session
12+
13+
### Contributors
14+
- @francois-codes for the fix
15+
- @mrdotb and @Valian for contributing to the discussion
16+
17+
818
## [3.1.1]
919

1020
### Changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule NodeJS.MixProject do
44
def project do
55
[
66
app: :nodejs,
7-
version: "3.1.1",
7+
version: "3.1.2",
88
elixir: "~> 1.12",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)