Skip to content

Commit

Permalink
Merge pull request #53 from antoinezanardi/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
antoinezanardi authored Nov 3, 2020
2 parents 6484208 + 1df5225 commit e491883
Show file tree
Hide file tree
Showing 10 changed files with 263 additions and 659 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
os: linux
dist: xenial
services: mongodb
language: node_js
node_js:
- '10'
node_js: 10
install:
- npm install
- npm run lint
Expand All @@ -21,4 +21,4 @@ deploy:
skip_cleanup: true
script: bash ./deploy/deploy-sandbox.sh
on:
branch: staging
branch: staging
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# 📈 LIST OF CHANGES FOR WEREWOLVES ASSISTANT API

## 0.6.1 (2020-11-03)

### 🐛 Bug fixes

* [#46](https://github.com/antoinezanardi/werewolves-assistant-web/issues/46) - Travis warnings fixed according to build info.

### ♻️ Refactoring

* [#47](https://github.com/antoinezanardi/werewolves-assistant-web/issues/47) - Email's length limit for logging in and registering has been enlarged to 50 characters.

### 🛣️ Routes

* [#44](https://github.com/antoinezanardi/werewolves-assistant-web/issues/44) - Users can review a game with rating and comment.

### 📦 Packages

* `@sentry/node` updated to version `5.27.2`.
* `eslint` updated to version `7.12.1`.
* `migrate-mongo` updated to version `8.1.4`.
* `mocha` updated to version `8.2.1`.
* `mongoose` updated to version `5.10.11`.
* `nodemon` updated to version `2.0.6`.

---

## 0.6.0 (2020-10-13)

### 🚀 New features
Expand Down
2 changes: 1 addition & 1 deletion config/apidoc/apidoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "\uD83D\uDC3A Werewolves Assistant API",
"version": "0.6.0",
"version": "0.6.1",
"description": "Werewolves Assistant API provides over HTTP requests a way of manage Werewolves games in order to help the game master in his task.",
"header": {
"title": "Classes",
Expand Down
Loading

0 comments on commit e491883

Please sign in to comment.