Skip to content

Commit

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


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


### Features

* fetch latest tag and show in footer ([5a7e559](https://github.com/jkrumm/free-planning-poker/commit/5a7e5594dfc63e40641272b28c40657226cc3ba3))
* update room lastUsedAt on vote and join ([d3a4605](https://github.com/jkrumm/free-planning-poker/commit/d3a460532ec6bd7cf2477c36954950cfb4947d5c))


### Bug Fixes

* correct NanoId validation and better reassignment ([8b5fa44](https://github.com/jkrumm/free-planning-poker/commit/8b5fa444b93317d8e9b973811bb8663c7d52615d))


### Continuous Integration

* automatic Semantic Release on merge to master ([f33d7ad](https://github.com/jkrumm/free-planning-poker/commit/f33d7adec368cef9423674cb5ca86fb1ce620329))
* delete automatic Semantic Release ([562fef9](https://github.com/jkrumm/free-planning-poker/commit/562fef93946771c4fa718da17cd3dd65a74297d9))

## [2.0.0](https://github.com/jkrumm/free-planning-poker/compare/1.0.0...2.0.0) (2024-01-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 @@ -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.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit 24ca1f8

@vercel
Copy link

@vercel vercel bot commented on 24ca1f8 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.