Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumm committed Jan 27, 2024
1 parent 93346e4 commit 7c8fc10
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@


## [2.3.0](https://github.com/jkrumm/free-planning-poker/compare/2.2.0...2.3.0) (2024-01-27)


### Features

* **analytics:** calculate accumulating historical data & total votes historical ([1f1d18c](https://github.com/jkrumm/free-planning-poker/commit/1f1d18ca26994b1ff58ec0bb15f8583a5acb0838))
* **analytics:** durations format and append minutes ([b6d2aa1](https://github.com/jkrumm/free-planning-poker/commit/b6d2aa1387ee71e2cb017d793a97ad6c43b7e672))
* **analytics:** switch to ag charts ([93346e4](https://github.com/jkrumm/free-planning-poker/commit/93346e4d0cc89e744728d7611716a1ee4be5dedc))


### Bug Fixes

* bugs in the heartbeat method and flip mutation ([14a0073](https://github.com/jkrumm/free-planning-poker/commit/14a0073a088bf24e4bc86962e739fdf6a3554d04))


### Other Changes

* integrated knip and little code cleanup ([af88dad](https://github.com/jkrumm/free-planning-poker/commit/af88dade5bf3c66394a25f6e46587479b8b257ec))
* update dependencies ([ed04c98](https://github.com/jkrumm/free-planning-poker/commit/ed04c98a9c25e3d9f1c4e1a738106f1010aed1bc))

## [2.2.0](https://github.com/jkrumm/free-planning-poker/compare/2.1.0...2.2.0) (2024-01-22)


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
Expand Up @@ -8,7 +8,7 @@
"author": "Johannes Krumm",
"description": "Estimate your story points faster and easier with this free agile scrum sprint planning poker app. Open source and privacy focused.",
"homepage": "https://free-planning-poker.com/",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit 7c8fc10

@vercel
Copy link

@vercel vercel bot commented on 7c8fc10 Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.