Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yduman committed Jun 24, 2020
1 parent 257c5c2 commit fc80d99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

### Removed

## [0.3.4] - 2020-06-24

### Fixed

- Display of multiline text for card content

## [0.3.3] - 2020-06-14

### Added
Expand Down Expand Up @@ -181,7 +187,8 @@
- Combine two cards
- Upvote cards

[Unreleased]: https://github.com/yduman/retro/compare/0.3.3...master
[Unreleased]: https://github.com/yduman/retro/compare/0.3.4...master
[0.3.4]: https://github.com/yduman/retro/releases/tag/0.3.4
[0.3.3]: https://github.com/yduman/retro/releases/tag/0.3.3
[0.3.2]: https://github.com/yduman/retro/releases/tag/0.3.2
[0.3.1]: https://github.com/yduman/retro/releases/tag/0.3.1
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "src/index.js",
"license": "MIT",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"scripts": {
"start:dev": "cross-env NODE_ENV=DEVELOPMENT nodemon ./src/server.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"directory": "frontend/"
},
"license": "MIT",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"dependencies": {
"@material-ui/core": "^4.10.1",
Expand Down

0 comments on commit fc80d99

Please sign in to comment.