Skip to content

Commit 522d29c

Browse files
committed
chore: bump version 3.1.1
1 parent 6b5cf42 commit 522d29c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.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+
817
## [3.1.0]
918

1019
### Changed

mix.exs

Lines changed: 1 addition & 1 deletion
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.1.0",
7+
version: "3.1.1",
88
elixir: "~> 1.12",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)