From 3c7f01b19dd183cd5eb8d61eb53aa871d376d556 Mon Sep 17 00:00:00 2001 From: John Norwood Date: Sat, 23 Sep 2023 17:16:21 +0100 Subject: [PATCH] Release version 2023.9.1 --- debian/changelog | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 14b57e8..2235418 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stupidchess-nginx (2023.9.1) jammy; urgency=medium + + * feat: Removes no longer needed service file from debian package and adds local listen address + + -- John Norwood Sat, 23 Sep 2023 17:16:20 +0100 + stupidchess-nginx (2023.9.0) jammy; urgency=medium * chore: updates image versions from backend repo diff --git a/package-lock.json b/package-lock.json index 25f5600..0e24466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stupidchess", - "version": "2023.9.0", + "version": "2023.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stupidchess", - "version": "2023.9.0", + "version": "2023.9.1", "license": "ISC", "dependencies": { "jquery": "^3.2.1", diff --git a/package.json b/package.json index c5a16a2..9fb2c40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stupidchess", - "version": "2023.9.0", + "version": "2023.9.1", "description": "Stupid Chess web game", "repository": "https://github.com/norwoodj/stupidchess", "main": "static/js/game.jsx",