Skip to content

Commit

Permalink
0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xeronimus committed Oct 14, 2023
1 parent 09914b2 commit 88a1a0c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.20.3: 2023-10-14

* Small improvements in app status page
* Dependencies updated

### 0.20.2: 2023-10-09

* Fix "Fork me on GitHub" Ribbon
Expand Down Expand Up @@ -133,7 +138,7 @@

### 0.12.0: 2021-09-17

* Display "Recommendation" in Estimation Summary: the first card that is larger than the numerical average. Eexcept numerical average is within 10% of the lower card. (#207, thanks to @ecaron)
* Display "Recommendation" in Estimation Summary: the first card that is larger than the numerical average. Except numerical average is within 10% of the lower card. (#207, thanks to @ecaron)
* You can now settle for any card. (Previously, only cards that were chosen by at least one user were possible settle values).
* Dependencies updated

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poinz-client",
"version": "0.20.2",
"version": "0.20.3",
"description": "Distributed Planning Poker",
"private": true,
"author": "xeronimus@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion docu/commandAndEventDocu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Poinz Command and Event Docu
This is an autogenerated docu. 10/9/2023, 5:20:11 PM (Poinz version 0.20.2)
This is an autogenerated docu. 10/14/2023, 2:35:27 PM (Poinz version 0.20.2)

* Jump to [commands](#commands)
* Jump to [events](#events)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poinz",
"version": "0.20.2",
"version": "0.20.3",
"description": "Distributed Planning Poker",
"private": true,
"author": "xeronimus@gmail.com",
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poinz-server",
"version": "0.20.2",
"version": "0.20.3",
"description": "Distributed Planning Poker",
"private": true,
"author": "xeronimus@gmail.com",
Expand Down

0 comments on commit 88a1a0c

Please sign in to comment.