Skip to content

Commit 063e30f

Browse files
author
semantic-release
committed
1.41.0
Automatically generated by python-semantic-release
1 parent c83ef95 commit 063e30f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!-- version list -->
44

5+
## v1.41.0 (2026-02-12)
6+
7+
### Features
8+
9+
- Improve crossword UX with auto-focus and simplified difficulty labels
10+
([#153](https://github.com/bartekmp/osmosmjerka/pull/153),
11+
[`c83ef95`](https://github.com/bartekmp/osmosmjerka/commit/c83ef95b5a29df124018ee6fce29156a822f7b92))
12+
13+
514
## v1.40.1 (2026-01-29)
615

716
### Bug Fixes

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmosmjerka",
3-
"version": "1.40.1",
3+
"version": "1.41.0",
44
"type": "module",
55
"private": true,
66
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "osmosmjerka"
3-
version = "1.40.1"
3+
version = "1.41.0"
44
description = "Web-based word search game for learning foreign languages"
55
license = "Apache-2.0"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)