Skip to content

Commit 382412f

Browse files
committed
chore: bump to 9.9.0
1 parent abada9f commit 382412f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [9.9.0] - 2025-03-24
6+
57
### Added
68

79
- Choose to show word picture by frequency or LMI [#433](https://github.com/spraakbanken/korp-frontend/issues/433)
@@ -412,6 +414,7 @@
412414
- Lots of bug fixes for the sidebar
413415

414416
[unreleased]: https://github.com/spraakbanken/korp-frontend/compare/master...dev
417+
[9.9.0]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.9.0
415418
[9.8.5]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.8.5
416419
[9.8.4]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.8.4
417420
[9.8.3]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.8.3

app/markup/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="modal-header">
2-
<h2>Korp version 9.8.5</h2>
2+
<h2>Korp version 9.9.0</h2>
33
<span ng-click="clickX()" class="close-x">×</span>
44

55
</div>

package.json

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

0 commit comments

Comments
 (0)