Skip to content

Commit 81a3611

Browse files
committed
chore: bump to 9.11.1
1 parent 3b7866d commit 81a3611

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [9.11.1] – 2025-09-20
6+
57
### Fixed
68

79
- Uncaught exception from aborted trend diagram request (when zooming) [#449](https://github.com/spraakbanken/korp-frontend/issues/449)
@@ -535,6 +537,7 @@
535537
- Lots of bug fixes for the sidebar
536538

537539
[unreleased]: https://github.com/spraakbanken/korp-frontend/compare/master...dev
540+
[9.11.1]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.11.1
538541
[9.11.0]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.11.0
539542
[9.10.1]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.10.1
540543
[9.10.0]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.10.0

app/markup/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="modal-header">
2-
<h2>Korp version 9.11.0</h2>
2+
<h2>Korp version 9.11.1</h2>
33
<span ng-click="clickX()" class="close-x">×</span>
44
</div>
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "korp-frontend",
3-
"version": "9.11.0",
3+
"version": "9.11.1",
44
"dependencies": {
55
"@fontsource/source-sans-pro": "^5.1.0",
66
"@fortawesome/fontawesome-free": "6.2.1",

0 commit comments

Comments
 (0)