Merge branch 'master' into develop

isekai-main
Barış Soner Uşaklı 2 years ago
commit 7a147fb504

@ -1,3 +1,29 @@
#### v3.1.3 (2023-05-15)
##### Chores
* incrementing version number - v3.1.2 (40fa3489)
* update changelog for v3.1.2 (5b398782)
* incrementing version number - v3.1.1 (40250733)
* incrementing version number - v3.1.0 (0cb386bd)
* incrementing version number - v3.0.1 (26f6ea49)
* incrementing version number - v3.0.0 (224e08cd)
##### Continuous Integration
* use GitHub Actions expression instead of handlebars template (#11599) (412a1ecf)
* tag with branch name if not default branch (cd7fdfce)
##### Bug Fixes
* #11601, dont trigger edit if chat input has text (d55cd464)
* #11600, prevent helmet crash on startup (8eed5a84)
* #11594 (85d104c3)
##### Other Changes
* use csrf_token in ws handshake (#11573) (51096ad2)
#### v3.1.2 (2023-05-12) #### v3.1.2 (2023-05-12)
##### Chores ##### Chores

@ -2,7 +2,7 @@
"name": "nodebb", "name": "nodebb",
"license": "GPL-3.0", "license": "GPL-3.0",
"description": "NodeBB Forum", "description": "NodeBB Forum",
"version": "3.1.2", "version": "3.1.3",
"homepage": "https://www.nodebb.org", "homepage": "https://www.nodebb.org",
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save