Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.1.1"}
{".":"4.2.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading