diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbe45f..2ba73ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Release Notes +## 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) ### Features diff --git a/README.md b/README.md index 7fce07f..bde00ec 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -

+


Ryujinx
- Ryujinx website + Ryujinx
(REE-YOU-JINX)
@@ -47,7 +47,7 @@ To build the website you need: - [nodejs](https://nodejs.org/en/) v16.x -To start working on the Daemon, you can build the main branch: +To start working on the website, you can build the main branch: 1. Clone the repo: `https://github.com/Ryujinx/Ryujinx-Website.git` or fork it and cd into. 2. Restore project's dependencies : `npm install` @@ -65,6 +65,14 @@ npm run dev npm run build ``` +### Versioning + +This repo use Semantic Versioning (SemVer) : https://semver.org/ + +Maintainer : +- Don't forget to update the [CHANGELOG.md](CHANGELOG.md) file after several changes. +- Update the translation file within Crowdin after each PR. + ## Contact If you have contributions, suggestions, need website support or just want to get in touch with the team, join our [Discord server](https://discord.com/invite/Ryujinx). diff --git a/package.json b/package.json index 1e5b44b..1429498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ryujinx-website", - "version": "3.0.0", + "version": "3.1.0", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build",