From 6c8876cc4a13369773c1b448c6ca4459027b59cc Mon Sep 17 00:00:00 2001 From: danji90 Date: Mon, 11 Mar 2024 09:39:34 +0100 Subject: [PATCH] chore(release): 1.28.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ebb07d3..378ecf560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.28.5](https://github.com/geops/trafimage-maps/compare/v1.28.4...v1.28.5) (2024-03-11) + +### Bug Fixes + +- **tarifverbundkarte:** add Tarifverbund Klosters to PDF legend ([#1154](https://github.com/geops/trafimage-maps/issues/1154)) ([89249d7](https://github.com/geops/trafimage-maps/commit/89249d7acf26be53871152c3ff30b18894b6b756)) + ### [1.28.4](https://github.com/geops/trafimage-maps/compare/v1.28.3...v1.28.4) (2024-03-07) ### Bug Fixes diff --git a/package.json b/package.json index ce2cebe96..a89028944 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "trafimage-maps", "description": "trafimage-maps web component", - "version": "1.28.4", + "version": "1.28.5", "private": true, "main": "build/bundle.js", "proxy": "http://127.0.0.1:8000",