From cbc37543ea22e251ae51e3c3756c2ba479bae71b Mon Sep 17 00:00:00 2001 From: Jason Pollentier Date: Tue, 28 May 2024 09:52:46 -0500 Subject: [PATCH] Release version 3.1.0 with ESM support --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a6214..a72668e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.0] + +### Changed +- add support for JS that imports ESM modules (#84) + +### Contributors +- @Valian + ## [3.0.0] diff --git a/mix.exs b/mix.exs index 2aea135..394add7 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule NodeJS.MixProject do def project do [ app: :nodejs, - version: "3.0.0", + version: "3.1.0", elixir: "~> 1.12", start_permanent: Mix.env() == :prod, deps: deps(),