diff --git a/CHANGELOG.md b/CHANGELOG.md index f040303..168c8ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,22 @@ # Release Notes -====== -### Unreleased changes +## Upcomming Version + + + +--- + +### 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 -Adding the picture leaf-top6.png -Some corrections in the jinxes (in French) -Correcting Atheist's french description +- Printing the number of alive non-Travellers +- Adding the picture leaf-top6.png +- Some corrections in the jinxes (in French) +- Correcting Atheist's french description --- 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": { diff --git a/src/components/modals/RolesModal.vue b/src/components/modals/RolesModal.vue index 00a73ea..d3fe1e4 100644 --- a/src/components/modals/RolesModal.vue +++ b/src/components/modals/RolesModal.vue @@ -9,7 +9,7 @@ locale.modal.roles.titleStart + nonTravelers + locale.modal.roles.titleEnd - }}: + }}