Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yduman committed Aug 22, 2019
1 parent 611b4d3 commit 5cbc349
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.3.0]

### Added

Expand Down Expand Up @@ -114,7 +114,7 @@
- Combine two cards
- Upvote cards

[Unreleased]: https://github.com/yduman/retro/compare/development
[0.3.0]: https://github.com/yduman/retro/releases/tag/0.3.0
[0.2.1]: https://github.com/yduman/retro/releases/tag/0.2.1
[0.2.0]: https://github.com/yduman/retro/releases/tag/0.2.0
[0.1.0]: https://github.com/yduman/retro/releases/tag/0.1.0
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.2.1",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "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.2.1",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 5cbc349

Please sign in to comment.