Update version
This commit is contained in:
parent
0d48252a03
commit
4e72da8713
2 changed files with 15 additions and 2 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,12 +1,25 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
## v3.1.0 (09/09/2022)
|
## v3.2.0 (15/09/2022)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Add French language support
|
- Add French language support
|
||||||
- Add language selector
|
- Add language selector
|
||||||
|
|
||||||
|
## v3.1.0 (09/09/2022)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add robots.txt
|
||||||
|
- Pin version of nodeJs in dockerfile
|
||||||
|
|
||||||
|
### Enhancement
|
||||||
|
|
||||||
|
- Update translation link & badge
|
||||||
|
- Fix indention of nginx conf
|
||||||
|
- Update EN translation
|
||||||
|
|
||||||
## v3.0.0 (02/09/2022)
|
## v3.0.0 (02/09/2022)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ryujinx-website",
|
"name": "ryujinx-website",
|
||||||
"version": "3.1.0",
|
"version": "3.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vue-tsc --noEmit && vite build",
|
"build": "vue-tsc --noEmit && vite build",
|
||||||
|
|
Loading…
Reference in a new issue