Skip to content

Commit e405aff

Browse files
committed
chore(release): 1.0.0
1 parent 766676c commit e405aff

5 files changed

Lines changed: 27 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.0.0](https://github.com/MapColonies/geocoding/compare/v0.2.2...v1.0.0) (2024-11-21)
6+
7+
8+
### Features
9+
10+
* control add regions ([#60](https://github.com/MapColonies/geocoding/issues/60)) ([0ea0a2f](https://github.com/MapColonies/geocoding/commit/0ea0a2f958cfcbe05e78fc3dcc0e7985d5f95403))
11+
* location search prefer cities layer ([#64](https://github.com/MapColonies/geocoding/issues/64)) ([a4ada6e](https://github.com/MapColonies/geocoding/commit/a4ada6eff6af198b3b008ef09812bdf30e51f143))
12+
13+
14+
### Bug Fixes
15+
16+
* bbox array of nulls if no results are found ([#65](https://github.com/MapColonies/geocoding/issues/65)) ([0b4c663](https://github.com/MapColonies/geocoding/commit/0b4c663df7b03969ac39ad5242146ed358ee051b))
17+
* location add source validation ([#66](https://github.com/MapColonies/geocoding/issues/66)) ([604bc15](https://github.com/MapColonies/geocoding/commit/604bc15e6bf24557ca9b9489a97ae622d864c3e0))
18+
* updated openapi3 ([#67](https://github.com/MapColonies/geocoding/issues/67)) ([766676c](https://github.com/MapColonies/geocoding/commit/766676c594c76bc952c32697213241f38c70b00c))
19+
520
### [0.2.2](https://github.com/MapColonies/geocoding/compare/v0.2.1...v0.2.2) (2024-11-17)
621

722
### [0.2.1](https://github.com/MapColonies/geocoding/compare/v0.2.0...v0.2.1) (2024-11-14)

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: 0.2.2
6-
appVersion: 0.2.2
5+
version: 1.0.0
6+
appVersion: 1.0.0
77
dependencies:
88
- name: common
99
repository: oci://acrarolibotnonprod.azurecr.io/helm

openapi3.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 0.2.2
3+
version: 1.0.0
44
title: Geocoding
55
description: >-
66
MapColonies Vector Geocoding api provides custom geodata search engine
@@ -435,7 +435,7 @@ paths:
435435
properties:
436436
version:
437437
type: string
438-
example: '1.5.3'
438+
example: 1.5.3
439439
query:
440440
type: object
441441
properties:
@@ -480,10 +480,10 @@ paths:
480480
properties:
481481
layer:
482482
type: string
483-
example: 'MGRS'
483+
example: MGRS
484484
source:
485485
type: string
486-
example: 'npm/mgrs'
486+
example: npm/mgrs
487487
source_id:
488488
type: array
489489
items:
@@ -659,7 +659,7 @@ components:
659659
properties:
660660
version:
661661
type: string
662-
example: '1.5.3'
662+
example: 1.5.3
663663
query:
664664
type: object
665665
properties:
@@ -694,10 +694,10 @@ components:
694694
properties:
695695
layer:
696696
type: string
697-
example: 'MGRS'
697+
example: MGRS
698698
source:
699699
type: string
700-
example: 'npm/mgrs'
700+
example: npm/mgrs
701701
source_id:
702702
type: array
703703
items:

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": "0.2.2",
3+
"version": "1.0.0",
44
"description": "Geocoding service for MapColonies",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)