Skip to content

Commit 8b4e841

Browse files
authored
Merge pull request #88 from revelrylabs/v3.1.0
Release version 3.1.0 with ESM support
2 parents 60cd567 + cbc3754 commit 8b4e841

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.0]
9+
10+
### Changed
11+
- add support for JS that imports ESM modules (#84)
12+
13+
### Contributors
14+
- @Valian
15+
816

917
## [3.0.0]
1018

mix.exs

+1-1
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.0.0",
7+
version: "3.1.0",
88
elixir: "~> 1.12",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)