Skip to content

Commit

Permalink
chore: release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumm committed May 5, 2024
1 parent 4757e2d commit 1a07f94
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@


## [3.0.1](https://github.com/jkrumm/free-planning-poker/compare/3.0.0...3.0.1) (2024-05-05)


### Other Changes

* transition to sideproject-docker-stack & Doppler secrets ([202e2fd](https://github.com/jkrumm/free-planning-poker/commit/202e2fd4eb117b65701a36794f3fcc716b753fe7))
* update dependencies ([2cf402c](https://github.com/jkrumm/free-planning-poker/commit/2cf402c228481ad3792d037ce6547912d48462d8))
* upgrade packages ([4757e2d](https://github.com/jkrumm/free-planning-poker/commit/4757e2d74c51dfd4c05ada1654a0433cb48b0fce))
* upgrade to NextJs 14 & remove Axiom ([c7cfefe](https://github.com/jkrumm/free-planning-poker/commit/c7cfefe651140a4400afc23a7dd34c36f44b809b))

## [3.0.0](https://github.com/jkrumm/free-planning-poker/compare/2.3.0...3.0.0) (2024-02-08)


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": "3.0.0",
"version": "3.0.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down

0 comments on commit 1a07f94

Please sign in to comment.