diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b01e47..6aa187e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.3"} +{".":"2.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d4019..336621f 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.1.0](https://github.com/MapColonies/store-trigger/compare/v2.0.3...v2.1.0) (2026-05-20) + + +### Features + +* removed blacklist and updated crawling (MAPCO-10530) ([#60](https://github.com/MapColonies/store-trigger/issues/60)) ([00cc3a1](https://github.com/MapColonies/store-trigger/commit/00cc3a1613e8c7140999ba045a70a3905c782b56)) + ## [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 7578bf4..d3a0a66 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.1.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/helm/Chart.yaml b/helm/Chart.yaml index bba122e..6f91d35 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.1.0 +appVersion: 2.1.0 dependencies: - name: mc-labels-and-annotations version: 0.7.0 diff --git a/openapi3.yaml b/openapi3.yaml index c5963ac..3405ec7 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.1.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 638fe51..1650225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "store-trigger", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "store-trigger", - "version": "2.0.3", + "version": "2.1.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 5d3b3e8..7ca31ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "store-trigger", - "version": "2.0.3", + "version": "2.1.0", "description": "This service responsible for creating job and their tasks.", "main": "./src/index.ts", "scripts": {