diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c49482..33bf7bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.5"} +{".":"2.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d85ea..37c6857 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. +## [2.2.0](https://github.com/MapColonies/file-syncer/compare/v2.1.5...v2.2.0) (2026-05-05) + + +### Features + +* make quiet true and added socket timeout (MAPCO-10555) ([#62](https://github.com/MapColonies/file-syncer/issues/62)) ([27a6909](https://github.com/MapColonies/file-syncer/commit/27a69097f5872c0b33fc1cb63e3ab1ee61503868)) + ## [2.1.5](https://github.com/MapColonies/file-syncer/compare/v2.1.4...v2.1.5) (2026-01-06) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ce47232..352d825 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: file-syncer description: A Helm chart for file-syncer service type: application -version: 2.1.5 -appVersion: 2.1.5 +version: 2.2.0 +appVersion: 2.2.0 dependencies: - name: mc-labels-and-annotations version: 0.7.0 diff --git a/package-lock.json b/package-lock.json index ef186c6..aaeffe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "file-syncer", - "version": "2.1.5", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "file-syncer", - "version": "2.1.5", + "version": "2.2.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 991a6b4..aa24b1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-syncer", - "version": "2.1.5", + "version": "2.2.0", "description": "This is template for map colonies typescript service", "main": "./src/index.ts", "scripts": {