diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b01e47..33bf7bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.3"} +{".":"2.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d4019..28436e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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/store-trigger/compare/v2.0.3...v2.2.0) (2026-06-23) + + +### Features + +* added new type productSubType (MAPCO-10805) ([#65](https://github.com/MapColonies/store-trigger/issues/65)) ([125ac24](https://github.com/MapColonies/store-trigger/commit/125ac2430cf39b702a100fffc780d96f01d722a9)) + + +### Helm Changes + +* upgraded mc-labels (MAPCO-7126) ([#66](https://github.com/MapColonies/store-trigger/issues/66)) ([db4e603](https://github.com/MapColonies/store-trigger/commit/db4e6033efe658b5045ac83cd3ceaf6eb9ca7300)) + ## [2.0.3](https://github.com/MapColonies/store-trigger/compare/v2.0.2...v2.0.3) (2026-01-05) diff --git a/bundledApi.yaml b/bundledApi.yaml index 856dd8c..03f5433 100644 --- a/bundledApi.yaml +++ b/bundledApi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: 3d store-trigger description: Ingesting and exporting 3d model to S3/NFS - version: 2.0.3 + version: 2.2.0 license: name: MIT url: https://opensource.org/licenses/MIT @@ -557,7 +557,8 @@ components: allOf: - $ref: '#/components/schemas/Geometry' - description: Geographic demarcation of the product - - example: '{"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]}' + - example: >- + {"type":"Polygon","coordinates":[[[1,2],[3,4],[5,6],[7,8],[1,2]]]} heightRangeFrom: type: number format: double diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 760a27b..43c0e63 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: store-trigger description: A Helm chart for store-trigger service type: application -version: 2.0.3 -appVersion: 2.0.3 +version: 2.2.0 +appVersion: 2.2.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index c5963ac..52d635f 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -3,7 +3,7 @@ security: [] info: title: 3d store-trigger description: Ingesting and exporting 3d model to S3/NFS - version: 2.0.3 + version: 2.2.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 482495e..7e2c197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "store-trigger", - "version": "2.0.3", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "store-trigger", - "version": "2.0.3", + "version": "2.2.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 5e74667..ac07638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "store-trigger", - "version": "2.0.3", + "version": "2.2.0", "description": "This service responsible for creating job and their tasks.", "main": "./src/index.ts", "scripts": {