From 655af0a6a2b58af78d57e7af15ca59cd702c6761 Mon Sep 17 00:00:00 2001 From: Dialogporten Automation Bot <164321870+dialogporten-bot@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:59:09 +0100 Subject: [PATCH] chore(main): release 1.12.2 (#1673) Co-authored-by: Sean Erik Scully --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a27e0a3..836e1699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.12.2](https://github.com/Altinn/dialogporten-frontend/compare/v1.12.1...v1.12.2) (2025-01-13) + + +### Bug Fixes + +* include sub parties in accounts results in global menu ([#1669](https://github.com/Altinn/dialogporten-frontend/issues/1669)) ([e0ea4ba](https://github.com/Altinn/dialogporten-frontend/commit/e0ea4ba027f3e1fcfebbbb4eb69d2944c4661683)) +* Postgres healthchecks ([#1658](https://github.com/Altinn/dialogporten-frontend/issues/1658)) ([cce5cc3](https://github.com/Altinn/dialogporten-frontend/commit/cce5cc352ff23e3bccfca573cad2edeac3a3ee4d)) + ## [1.12.1](https://github.com/digdir/dialogporten-frontend/compare/v1.12.0...v1.12.1) (2025-01-07) diff --git a/package.json b/package.json index 923a3879..b985c95d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dialogporten-frontend", - "version": "1.12.1", + "version": "1.12.2", "private": true, "scripts": { "hooks:enable": "git config core.hooksPath .hooks",