Skip to content

Commit e96520d

Browse files
chore: bump version and create changelog for v2.41.0 (#3630)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5c7736 commit e96520d

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.40.0"
2+
".": "2.41.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.41.0](https://github.com/statisticsnorway/mimir/compare/v2.40.0...v2.41.0) (2026-02-17)
4+
5+
6+
### Features
7+
8+
* **charts:** show time period for Highchart and Highmap [MIM-2196] ([#3623](https://github.com/statisticsnorway/mimir/issues/3623)) ([c5c7736](https://github.com/statisticsnorway/mimir/commit/c5c7736080d5e94f80abc8e031959d6453a6ffae))
9+
10+
11+
### Bug Fixes
12+
13+
* Use new config for old statbank url [MIM-2530] ([#3622](https://github.com/statisticsnorway/mimir/issues/3622)) ([1e42e5a](https://github.com/statisticsnorway/mimir/commit/1e42e5aa121f21cde28e98f801f6ba68e53ab761))
14+
15+
16+
### Code Refactoring
17+
18+
* Mim 2506 remove highcharts jquery [MIM-2506] ([#3626](https://github.com/statisticsnorway/mimir/issues/3626)) ([9836bc5](https://github.com/statisticsnorway/mimir/commit/9836bc53f286b14bfa75e7d01c150833c20f348e))
19+
320
## [2.40.0](https://github.com/statisticsnorway/mimir/compare/v2.39.0...v2.40.0) (2026-01-29)
421

522

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gradle Project settings
22
# x-release-please-start-version
33
projectName = mimir
4-
version = 2.40.0
4+
version = 2.41.0
55
# x-release-please-end
66

77
# XP App values

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mimir",
3-
"version": "2.40.0",
3+
"version": "2.41.0",
44
"description": "New cms for ssb.no",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)