From 42566ed08733d440332ddaa00ee8d046980b1af1 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 25 Dec 2025 15:15:32 +0200 Subject: [PATCH] chore(master): release 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 829569b..b62a3f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.0"} \ No newline at end of file +{".":"2.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 217b4e2..c1cf178 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.1.0](https://github.com/MapColonies/geocoding/compare/v2.0.0...v2.1.0) (2025-12-25) + + +### Features + +* added prefix option to redis ([#88](https://github.com/MapColonies/geocoding/issues/88)) ([0ca7111](https://github.com/MapColonies/geocoding/commit/0ca7111f5c4c4ea03e146a1cf827abcc4a90d182)) + + +### Bug Fixes + +* changed sub_tile regex ([#76](https://github.com/MapColonies/geocoding/issues/76)) ([8a066ee](https://github.com/MapColonies/geocoding/commit/8a066eeb3b2160821d807ca6e1257945c1a07d07)) + ## [2.0.0](https://github.com/MapColonies/geocoding/compare/v1.1.1...v2.0.0) (2025-09-01) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 761f56c..d7df9ee 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ts-server-boilerplate description: A Helm chart for ts-server-boilerplate service type: application -version: 2.0.0 -appVersion: 2.0.0 +version: 2.1.0 +appVersion: 2.1.0 dependencies: - name: common repository: oci://acrarolibotnonprod.azurecr.io/helm diff --git a/openapi3.yaml b/openapi3.yaml index f6e5a97..ce4f267 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 2.0.0 + version: 2.1.0 title: Geocoding description: >- MapColonies Vector Geocoding api provides custom geodata search engine diff --git a/package-lock.json b/package-lock.json index 0549eef..662a530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geocoding", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "geocoding", - "version": "2.0.0", + "version": "2.1.0", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.637.0", diff --git a/package.json b/package.json index 06295d9..09e3f59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geocoding", - "version": "2.0.0", + "version": "2.1.0", "description": "Geocoding service for MapColonies", "main": "./src/index.ts", "scripts": {