Release 3.13.0

This commit is contained in:
Pingumask 2023-07-05 18:31:59 +00:00
parent f08f2b6af9
commit 5f02de9368
3 changed files with 11 additions and 6 deletions

View file

@ -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

4
package-lock.json generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "townsquare",
"version": "3.12.0",
"version": "3.13.0",
"description": "Blood on the Clocktower Town Square",
"author": "Pingumaskt",
"scripts": {