mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +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
|
||||
|
||||
======
|
||||
## 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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "townsquare",
|
||||
"version": "3.12.0",
|
||||
"version": "3.13.0",
|
||||
"description": "Blood on the Clocktower Town Square",
|
||||
"author": "Pingumaskt",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue