Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumm committed Jan 19, 2024
1 parent 36fe94d commit c8ef4b2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@


## [2.0.0](https://github.com/jkrumm/free-planning-poker/compare/1.0.0...2.0.0) (2024-01-19)


### Features

* **v2:** added notifications & fixed tracking and room join ([150bf92](https://github.com/jkrumm/free-planning-poker/commit/150bf92a55c41cbd84016be3c995529a23cc5768))
* **v2:** optimized room-state implementation ([3f6b30f](https://github.com/jkrumm/free-planning-poker/commit/3f6b30f05752c930afd03e9929aa735db893e7a7))
* **v2:** room state persisted in Redis & TRPC endpoints to update state ([91b72b4](https://github.com/jkrumm/free-planning-poker/commit/91b72b4ca7c01240e54a30edb9593ae43a8565bf)), closes [#65](https://github.com/jkrumm/free-planning-poker/issues/65)
* **v2:** switch to mysql with Planetscale database & better schema ([8b54207](https://github.com/jkrumm/free-planning-poker/commit/8b54207560bf870ae058074893f2540d318e6f13))
* **v2:** vote and estimation tracking ([07da824](https://github.com/jkrumm/free-planning-poker/commit/07da824726f5a25c487c877f0c991f884923a780))


### Bug Fixes

* various issues through feat v2 ([41920a9](https://github.com/jkrumm/free-planning-poker/commit/41920a9363df09841e820f4440c8e086691b720c))


### Documentation

* automatic changelog using release-it and conventional commits ([417e12a](https://github.com/jkrumm/free-planning-poker/commit/417e12a2e40a8052ef5f9b8b9242975409697d63))
* improve release-it configurations ([36fe94d](https://github.com/jkrumm/free-planning-poker/commit/36fe94dcde8086179260c3f35cd25ee09c5de975))


### Other Changes

* import sort using Prettier ([4f2c941](https://github.com/jkrumm/free-planning-poker/commit/4f2c9410db67a40b165acf1f992c4a066a270e9d))
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": "0.1.0",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit c8ef4b2

@vercel
Copy link

@vercel vercel bot commented on c8ef4b2 Jan 19, 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.