Skip to content

Commit 14a1529

Browse files
committed
Initial files for next version
1 parent 50c7da7 commit 14a1529

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
A preview of major changes can be found in the Wiki ([Latest Changes](https://github.com/kcapp/frontend/wiki/Latest_Changes))
33

4+
## [2.10.0] - TBD
5+
#### Feature
6+
7+
48
## [2.9.0] - 2025-04-06
59
#### Feature
610
- Option to see `All` or `Unique` tournament statistics per player
@@ -253,6 +257,7 @@ A preview of major changes can be found in the Wiki ([Latest Changes](https://gi
253257
- Multiple score entry methods
254258
- Including [Unicorn Smartboard](https://github.com/kcapp/smartboard)
255259

260+
[2.10.0]: https://github.com/kcapp/frontend/compare/v2.9.0...develop
256261
[2.9.0]: https://github.com/kcapp/frontend/compare/v2.8.0...v2.9.0
257262
[2.8.0]: https://github.com/kcapp/frontend/compare/v2.7.0...v2.8.0
258263
[2.7.0]: https://github.com/kcapp/frontend/compare/v2.6.0...v2.7.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kcapp",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "browser-refresh ./bin/www",

0 commit comments

Comments
 (0)