From e0d88d9e88878ce1d1e2a8e7341f94706dfdfd1c Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Wed, 18 Sep 2024 10:14:00 +0200 Subject: [PATCH] chore: changelog, bump to 9.7.1 --- CHANGELOG.md | 7 +++++++ app/markup/about.html | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8978c7a80..8a8a53e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/app/markup/about.html b/app/markup/about.html index 48d4519e5..c1979ab37 100644 --- a/app/markup/about.html +++ b/app/markup/about.html @@ -1,5 +1,5 @@ diff --git a/package.json b/package.json index 118c31f1f..0ccd5d377 100644 --- a/package.json +++ b/package.json @@ -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",