mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Release 3.13.0
This commit is contained in:
parent
f08f2b6af9
commit
5f02de9368
3 changed files with 11 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,11 +1,16 @@
|
||||||
# Release Notes
|
# 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
|
### Version 3.12.0
|
||||||
- Printing the number of alive non-Travellers
|
- Printing the number of alive non-Travellers
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "townsquare",
|
"name": "townsquare",
|
||||||
"version": "3.12.0",
|
"version": "3.13.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "townsquare",
|
"name": "townsquare",
|
||||||
"version": "3.12.0",
|
"version": "3.13.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "townsquare",
|
"name": "townsquare",
|
||||||
"version": "3.12.0",
|
"version": "3.13.0",
|
||||||
"description": "Blood on the Clocktower Town Square",
|
"description": "Blood on the Clocktower Town Square",
|
||||||
"author": "Pingumaskt",
|
"author": "Pingumaskt",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue