From eee614c6e05550f6ae8362262104eb9a3b73f2ba Mon Sep 17 00:00:00 2001 From: Yadullah Duman Date: Tue, 4 Aug 2020 19:25:42 +0200 Subject: [PATCH] Release v0.3.5 --- CHANGELOG.md | 16 +++++++++++++--- backend/package.json | 2 +- frontend/package.json | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e34bc8e..963cd04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,23 @@ ### Added -- 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 ❤️ - ### Changed ### Fixed ### Removed +## [0.3.5] - 2020-08-04 + +### Added + +- 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 ❤️ +- The greeting text on the homepage now has a typewriter effect + +### Removed + +- Empty Gatsby Gitbook Template, since we will handle this project on a different repository + ## [0.3.4] - 2020-06-24 ### Fixed @@ -189,7 +198,8 @@ - Combine two cards - Upvote cards -[Unreleased]: https://github.com/yduman/retro/compare/0.3.4...master +[Unreleased]: https://github.com/yduman/retro/compare/0.3.5...master +[0.3.5]: https://github.com/yduman/retro/releases/tag/0.3.5 [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 diff --git a/backend/package.json b/backend/package.json index 572760ab..91f84b0a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -16,7 +16,7 @@ }, "main": "src/index.js", "license": "MIT", - "version": "0.3.4", + "version": "0.3.5", "private": true, "scripts": { "start:dev": "cross-env NODE_ENV=DEVELOPMENT nodemon ./src/server.js", diff --git a/frontend/package.json b/frontend/package.json index e1433eff..42f20700 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "directory": "frontend/" }, "license": "MIT", - "version": "0.3.4", + "version": "0.3.5", "private": true, "dependencies": { "@material-ui/core": "^4.11.0",