File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.1.1]
9
+
10
+ ### Changed
11
+ - add a minimal ` package.json ` alongside ` server.js ` to work with projects that specify a module type other than ` commonjs `
12
+
13
+ ### Contributors
14
+ - @Valian
15
+
16
+
8
17
## [ 3.1.0]
9
18
10
19
### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule NodeJS.MixProject do
4
4
def project do
5
5
[
6
6
app: :nodejs ,
7
- version: "3.1.0 " ,
7
+ version: "3.1.1 " ,
8
8
elixir: "~> 1.12" ,
9
9
start_permanent: Mix . env ( ) == :prod ,
10
10
deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments