Skip to content

Commit

Permalink
Bump version to 3.0.2 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz committed Jul 27, 2020
1 parent 08e2d64 commit e224100
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
.
```

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asaw-client",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"dependencies": {
"chart.js": "^2.9.3",
Expand Down
2 changes: 1 addition & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function App() {
<div id="main">
<div id="header">
<h1>
All Stereotypes Are Wrong <span className="version">3.0.1</span>
All Stereotypes Are Wrong <span className="version">3.0.2</span>
</h1>
<NavMenu
currentPage={currentPage}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-stereotypes-are-wrong",
"version": "3.0.1",
"version": "3.0.2",
"description": "A game about diversity",
"main": " ",
"repository": "git@github.com:iwazaru/all-stereotypes-are-wrong.git",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asaw-server",
"version": "3.0.1",
"version": "3.0.2",
"description": "A game about diversity",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit e224100

Please sign in to comment.