From 9f3adc255fa10a86c4e2585cc53fdc9b97c2b105 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:21:27 +0200 Subject: [PATCH] chore(master): release 4.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63fd54e..6fa3b72 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.1.1"} +{".":"4.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab79e8..bf40ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [4.2.0](https://github.com/MapColonies/osm-sync-tracker/compare/v4.1.1...v4.2.0) (2026-01-27) + + +### Features + +* **closure:** closure metrics ([#73](https://github.com/MapColonies/osm-sync-tracker/issues/73)) ([cccf55c](https://github.com/MapColonies/osm-sync-tracker/commit/cccf55c08c8e5f4f7b8ae89500636f4043ab0805)) + ## [4.1.1](https://github.com/MapColonies/osm-sync-tracker/compare/v4.1.0...v4.1.1) (2026-01-20) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 19b4c60..63bb820 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: osm-sync-tracker description: A helm chart for osm-sync-tracker type: application -version: 4.1.1 -appVersion: 4.1.1 +version: 4.2.0 +appVersion: 4.2.0 diff --git a/openapi3.yaml b/openapi3.yaml index 276587c..957186c 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -5,7 +5,7 @@ info: license: name: MIT url: https://opensource.org/license/mit/ - version: 4.1.1 + version: 4.2.0 tags: - name: sync description: Manage synchronization cycles and their lifecycle diff --git a/package-lock.json b/package-lock.json index 7281236..ca0cae0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "osm-sync-tracker", - "version": "4.1.1", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "osm-sync-tracker", - "version": "4.1.1", + "version": "4.2.0", "license": "ISC", "dependencies": { "@bull-board/api": "^6.6.2", diff --git a/package.json b/package.json index 39d9ae2..b08be86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osm-sync-tracker", - "version": "4.1.1", + "version": "4.2.0", "description": "Api to update on the progress of a cycle of entities sync", "main": "./src/index.ts", "scripts": {