From 28f88030eb9a7df8429a046247bfc860715a250d Mon Sep 17 00:00:00 2001 From: Dialogporten Automation Bot <164321870+dialogporten-bot@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:22:04 +0100 Subject: [PATCH] chore(main): release 1.13.0 (#1693) Co-authored-by: Sean Erik Scully --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 898d171e5..ab92e793d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.13.0](https://github.com/Altinn/dialogporten-frontend/compare/v1.12.3...v1.13.0) (2025-01-21) + + +### Features + +* implement new counting for dialogs: unread by end user, total per party or count inconclusive ([#1697](https://github.com/Altinn/dialogporten-frontend/issues/1697)) ([87edf51](https://github.com/Altinn/dialogporten-frontend/commit/87edf51b467f4ba851ab86690d4f9700f61aa256)) +* **infra:** provision yt01 ([#1691](https://github.com/Altinn/dialogporten-frontend/issues/1691)) ([9b4899e](https://github.com/Altinn/dialogporten-frontend/commit/9b4899e2f2535a49d64fc6f634a406321ae4f3cb)) + + +### Bug Fixes + +* **infra:** add permissions to ssh into ssh-jumper ([#1703](https://github.com/Altinn/dialogporten-frontend/issues/1703)) ([896643a](https://github.com/Altinn/dialogporten-frontend/commit/896643ab11d72d824722e4ca6f70bfeb5f2c17fb)) + ## [1.12.3](https://github.com/Altinn/dialogporten-frontend/compare/v1.12.2...v1.12.3) (2025-01-16) diff --git a/package.json b/package.json index 59360a9d1..877b67771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dialogporten-frontend", - "version": "1.12.3", + "version": "1.13.0", "private": true, "scripts": { "hooks:enable": "git config core.hooksPath .hooks",