diff --git a/CHANGELOG.md b/CHANGELOG.md index 648b725..168c8ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Release Notes -====== +## Upcomming Version -Correcting the print when ST assigns roles (adding spaces) -Changing the default value of "isNightOrder" +--- + +### Version 3.13.0 + +- Correcting the print when ST assigns roles (adding spaces) +- Changing the default value of "isNightOrder" + --- ### Version 3.12.0 - Printing the number of alive non-Travellers diff --git a/package-lock.json b/package-lock.json index 4fd19bc..267421b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "townsquare", - "version": "3.12.0", + "version": "3.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "townsquare", - "version": "3.12.0", + "version": "3.13.0", "license": "GPL-3.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.32", diff --git a/package.json b/package.json index 424dc4d..3bcba35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "townsquare", - "version": "3.12.0", + "version": "3.13.0", "description": "Blood on the Clocktower Town Square", "author": "Pingumaskt", "scripts": {