Skip to content

Commit

Permalink
Merge pull request #88 from revelrylabs/v3.1.0
Browse files Browse the repository at this point in the history
Release version 3.1.0 with ESM support
  • Loading branch information
grossvogel authored May 28, 2024
2 parents 60cd567 + cbc3754 commit 8b4e841
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 8b4e841

Please sign in to comment.