Skip to content

Commit

Permalink
chore: release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumm committed May 21, 2024
1 parent d12fc46 commit f1a1015
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@


## [5.1.0](https://github.com/jkrumm/free-planning-poker/compare/5.0.0...5.1.0) (2024-05-21)


### Features

* **tracking:** extract source param from url in track page view ([d12fc46](https://github.com/jkrumm/free-planning-poker/commit/d12fc468d54c91ce4b1673c7789c707bee671c6d))


### Bug Fixes

* resolve hydration and suspense errors ([9c85ba6](https://github.com/jkrumm/free-planning-poker/commit/9c85ba6cfe105cdeb3112a08266fa2910bedb286))


### Other Changes

* adjusted roadmap subtasks icon to align to the top ([3a8e5e7](https://github.com/jkrumm/free-planning-poker/commit/3a8e5e74599beca6f0a303d1f3f071a855fe27d7))
* do not return successful message if analytics failed ([6823796](https://github.com/jkrumm/free-planning-poker/commit/68237967df23b8f2e23906ca721010e498d3d90d))

## [5.0.0](https://github.com/jkrumm/free-planning-poker/compare/4.0.0...5.0.0) (2024-05-19)


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 @@ -11,7 +11,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": "5.0.0",
"version": "5.1.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down

0 comments on commit f1a1015

Please sign in to comment.