Skip to content

Commit 95e3c30

Browse files
committed
Update changelog
1 parent 25989df commit 95e3c30

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

8+
## [0.32.1] - 2018-03-17
9+
10+
### Fixed
11+
12+
* Global JavaScript modules not compiling correctly
13+
814
## [0.32.0] - 2018-02-10
915

1016
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
44
def project do
55
[
66
app: :elixir_script,
7-
version: "0.32.0",
7+
version: "0.32.1",
88
elixir: "~> 1.6",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
deps: deps(),

0 commit comments

Comments
 (0)