Skip to content

Commit 2df2f86

Browse files
committed
chore(release): 1.1.0
1 parent c544f5d commit 2df2f86

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [1.1.0](https://github.com/MapColonies/geocoding/compare/v1.0.1...v1.1.0) (2025-02-12)
6+
7+
8+
### Features
9+
10+
* removed redis ttl ([#73](https://github.com/MapColonies/geocoding/issues/73)) ([c544f5d](https://github.com/MapColonies/geocoding/commit/c544f5d0fef57ea02ff1cfd7b6a3696f63da4645))
11+
512
### [1.0.1](https://github.com/MapColonies/geocoding/compare/v1.0.0...v1.0.1) (2024-12-05)
613

714
### Features

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: 1.0.1
6-
appVersion: 1.0.1
5+
version: 1.1.0
6+
appVersion: 1.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: 1.0.1
3+
version: 1.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": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Geocoding service for MapColonies",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)