This commit is contained in:
Pingumask 2024-04-19 23:29:26 +00:00
parent 498990d21e
commit 7d6b23f32d
3 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,10 @@
# Release Notes # Release Notes
## Upcomming Version ## Upcomming Version
### Version 3.18.0
- Adding a missing jinx - Adding a missing jinx
- Updating night order (and its print) - Updating night order (and its print)
- Correcting automatic adding/deletion of Fabled - Correcting automatic adding/deletion of Fabled

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "townsquare", "name": "townsquare",
"version": "3.17.0", "version": "3.18.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "townsquare", "name": "townsquare",
"version": "3.17.0", "version": "3.18.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",

View file

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