Wekan release v0.21

This commit is contained in:
Lauri Ojansivu 2017-05-07 15:14:44 +03:00
parent 961f8ae3fb
commit dd898f4033
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
# v0.21 2017-05-05 Wekan release
Known bugs:
* https://github.com/wekan/wekan/issues/784
This release fixes the following bugs:
* Update release version number to package.json.
Thanks to GitHub user xet7 for contributions.
# v0.20 2017-05-07 Wekan release # v0.20 2017-05-07 Wekan release
Known bugs: Known bugs:

View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "0.19.0", "version": "0.21.0",
"description": "The open-source Trello-like kanban", "description": "The open-source Trello-like kanban",
"private": true, "private": true,
"scripts": { "scripts": {