diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c752b5..089792e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 66e426b..0546de1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "free-planning-poker", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "free-planning-poker", - "version": "2.0.0", + "version": "2.1.0", "dependencies": { "@ably-labs/react-hooks": "^2.1.2", "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index 47e102a..8fbfdbe 100644 --- a/package.json +++ b/package.json @@ -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",