From 522d29c05814d993f4f6255614e943a867bc2201 Mon Sep 17 00:00:00 2001 From: Jason Pollentier Date: Mon, 2 Dec 2024 17:11:30 -0700 Subject: [PATCH] chore: bump version 3.1.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72668e..6f7b697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 394add7..81f6a25 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),