Skip to content

Commit

Permalink
chore: bump version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossvogel committed Dec 3, 2024
1 parent 6b5cf42 commit 522d29c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.1]

### Changed
- add a minimal `package.json` alongside `server.js` to work with projects that specify a module type other than `commonjs`

### Contributors
- @Valian


## [3.1.0]

### Changed
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.1.0",
version: "3.1.1",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 522d29c

Please sign in to comment.