Skip to content

Commit 9392ea3

Browse files
chore(master): release 2.1.0 (#84)
1 parent 0ca7111 commit 9392ea3

6 files changed

Lines changed: 19 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.0"}
1+
{".":"2.1.0"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [2.1.0](https://github.com/MapColonies/geocoding/compare/v2.0.0...v2.1.0) (2025-12-25)
6+
7+
8+
### Features
9+
10+
* added prefix option to redis ([#88](https://github.com/MapColonies/geocoding/issues/88)) ([0ca7111](https://github.com/MapColonies/geocoding/commit/0ca7111f5c4c4ea03e146a1cf827abcc4a90d182))
11+
12+
13+
### Bug Fixes
14+
15+
* changed sub_tile regex ([#76](https://github.com/MapColonies/geocoding/issues/76)) ([8a066ee](https://github.com/MapColonies/geocoding/commit/8a066eeb3b2160821d807ca6e1257945c1a07d07))
16+
517
## [2.0.0](https://github.com/MapColonies/geocoding/compare/v1.1.1...v2.0.0) (2025-09-01)
618

719

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: ts-server-boilerplate
33
description: A Helm chart for ts-server-boilerplate service
44
type: application
5-
version: 2.0.0
6-
appVersion: 2.0.0
5+
version: 2.1.0
6+
appVersion: 2.1.0
77
dependencies:
88
- name: common
99
repository: oci://acrarolibotnonprod.azurecr.io/helm

openapi3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 2.0.0
3+
version: 2.1.0
44
title: Geocoding
55
description: >-
66
MapColonies Vector Geocoding api provides custom geodata search engine

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geocoding",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Geocoding service for MapColonies",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)