From e22410082c00ec6c4df9142d8131a85a887692a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Bourgoin?= Date: Mon, 27 Jul 2020 14:10:43 +0200 Subject: [PATCH] Bump version to 3.0.2 & update changelog --- README.md | 6 +++++- client/package.json | 2 +- client/src/App.js | 2 +- package.json | 2 +- server/package.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d3014f..a25d28a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ DB=mysql://user:pass@host:port/base yarn dev ```console docker build \ -t iwazaru/all-stereotypes-are-wrong:latest \ - -t iwazaru/all-stereotypes-are-wrong:3.0.1 \ + -t iwazaru/all-stereotypes-are-wrong:3.0.2 \ . ``` @@ -46,6 +46,10 @@ docker build \ ## Changelog +### 3.0.2 (2020-07-27) + +- Upgrade dependencies to fix lodash vulnerability + ### 3.0.1 (2020-06-16) - Upgrade dependencies to fix security vulnerabilities diff --git a/client/package.json b/client/package.json index 0d0946b..1d68853 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "asaw-client", - "version": "3.0.1", + "version": "3.0.2", "private": true, "dependencies": { "chart.js": "^2.9.3", diff --git a/client/src/App.js b/client/src/App.js index 80348d4..d0a0270 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -38,7 +38,7 @@ function App() {