We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60cd567 + cbc3754 commit 8b4e841Copy full SHA for 8b4e841
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [3.1.0]
9
+
10
+### Changed
11
+- add support for JS that imports ESM modules (#84)
12
13
+### Contributors
14
+- @Valian
15
16
17
## [3.0.0]
18
mix.exs
@@ -4,7 +4,7 @@ defmodule NodeJS.MixProject do
4
def project do
[
app: :nodejs,
- version: "3.0.0",
+ version: "3.1.0",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments