Skip to content

Commit eee614c

Browse files
committed
Release v0.3.5
1 parent 890f79a commit eee614c

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@
44

55
### Added
66

7-
- Instead of blurring/unblurring all cards, we are now blurring/unblurring cards that are now owned by an user. Special thanks to @tobim-dev, @ravensinth et al. for realizing this feature ❤️
8-
97
### Changed
108

119
### Fixed
1210

1311
### Removed
1412

13+
## [0.3.5] - 2020-08-04
14+
15+
### Added
16+
17+
- Instead of blurring/unblurring all cards, we are now blurring/unblurring cards that are now owned by an user. Special thanks to @tobim-dev, @ravensinth et al. for realizing this feature ❤️
18+
- The greeting text on the homepage now has a typewriter effect
19+
20+
### Removed
21+
22+
- Empty Gatsby Gitbook Template, since we will handle this project on a different repository
23+
1524
## [0.3.4] - 2020-06-24
1625

1726
### Fixed
@@ -189,7 +198,8 @@
189198
- Combine two cards
190199
- Upvote cards
191200

192-
[Unreleased]: https://github.com/yduman/retro/compare/0.3.4...master
201+
[Unreleased]: https://github.com/yduman/retro/compare/0.3.5...master
202+
[0.3.5]: https://github.com/yduman/retro/releases/tag/0.3.5
193203
[0.3.4]: https://github.com/yduman/retro/releases/tag/0.3.4
194204
[0.3.3]: https://github.com/yduman/retro/releases/tag/0.3.3
195205
[0.3.2]: https://github.com/yduman/retro/releases/tag/0.3.2

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"main": "src/index.js",
1818
"license": "MIT",
19-
"version": "0.3.4",
19+
"version": "0.3.5",
2020
"private": true,
2121
"scripts": {
2222
"start:dev": "cross-env NODE_ENV=DEVELOPMENT nodemon ./src/server.js",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"directory": "frontend/"
1515
},
1616
"license": "MIT",
17-
"version": "0.3.4",
17+
"version": "0.3.5",
1818
"private": true,
1919
"dependencies": {
2020
"@material-ui/core": "^4.11.0",

0 commit comments

Comments
 (0)