From bb72b6b6f4c317dd0abc8a1158325ab652661a07 Mon Sep 17 00:00:00 2001 From: Eva Schiller | geOps Date: Wed, 28 Feb 2024 14:01:12 +0100 Subject: [PATCH] chore(release): 1.28.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a38f1116..d6b7a0183 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.2](https://github.com/geops/trafimage-maps/compare/v1.28.1...v1.28.2) (2024-02-28) + +### Bug Fixes + +- update data status ([#1148](https://github.com/geops/trafimage-maps/issues/1148)) ([eda0aab](https://github.com/geops/trafimage-maps/commit/eda0aabb88937ead4af17b84780c7933af1d70fe)) + ### [1.28.1](https://github.com/geops/trafimage-maps/compare/v1.28.0...v1.28.1) (2024-02-27) ### Bug Fixes diff --git a/package.json b/package.json index 4e1b4cf8e..2b48b5195 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "trafimage-maps", "description": "trafimage-maps web component", - "version": "1.28.1", + "version": "1.28.2", "private": true, "main": "build/bundle.js", "proxy": "http://127.0.0.1:8000",