Skip to content

Commit

Permalink
chore: changelog, bump to 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Sep 18, 2024
1 parent 685f167 commit e0d88d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [9.7.1] - 2024-09-18

### Fixed

- Read default settings before using them (for instance, `backendURLMaxLength` is used in calls to `/corpus_info` etc)

## [9.7.0] - 2024-09-17

### Added
Expand Down Expand Up @@ -257,6 +263,7 @@
- Lots of bug fixes for the sidebar

[unreleased]: https://github.com/spraakbanken/korp-frontend/compare/master...dev
[9.7.1]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.7.1
[9.7.0]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.7.0
[9.6.0]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.6.0
[9.5.3]: https://github.com/spraakbanken/korp-frontend/releases/tag/v9.5.3
Expand Down
2 changes: 1 addition & 1 deletion app/markup/about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="modal-header">
<h2>Korp version 9.7.0</h2>
<h2>Korp version 9.7.1</h2>
<span ng-click="clickX()" class="close-x">×</span>

</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "korp-frontend",
"version": "9.7.0",
"version": "9.7.1",
"dependencies": {
"@fortawesome/fontawesome-free": "6.2.1",
"@types/angular-dynamic-locale": "^0.1.35",
Expand Down

0 comments on commit e0d88d9

Please sign in to comment.