We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25989df commit 95e3c30Copy full SHA for 95e3c30
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [0.32.1] - 2018-03-17
9
+
10
+### Fixed
11
12
+* Global JavaScript modules not compiling correctly
13
14
## [0.32.0] - 2018-02-10
15
16
### Added
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
4
def project do
[
app: :elixir_script,
- version: "0.32.0",
+ version: "0.32.1",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
0 commit comments