Skip to content

Commit

Permalink
chore: release version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grossvogel committed Dec 5, 2024
1 parent c28b78a commit 6650e17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 6650e17

Please sign in to comment.