Skip to content

Commit 3bc90b4

Browse files
committed
chore(release): 0.1.9
1 parent 0ab4999 commit 3bc90b4

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

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+
### [0.1.9](https://github.com/MapColonies/feedback-api/compare/v0.1.8...v0.1.9) (2026-01-18)
6+
7+
8+
### Features
9+
10+
* added additional user validation support ([bca85ac](https://github.com/MapColonies/feedback-api/commit/bca85ace93c00c96e6175817e813dd33fbb60728))
11+
* added redis ttl and prefix ([ce7520d](https://github.com/MapColonies/feedback-api/commit/ce7520deae9acd2c0d896e10118663a1179d1a2d))
12+
13+
14+
### Bug Fixes
15+
16+
* added missing import ([b9ab757](https://github.com/MapColonies/feedback-api/commit/b9ab75724412df3c0bf56a7036344c96c9edf982))
17+
* client it closed in tests ([0ab4999](https://github.com/MapColonies/feedback-api/commit/0ab4999836de8f63c2602ee001cbefb03f3c9790))
18+
* removed magic numbers ([19b1e28](https://github.com/MapColonies/feedback-api/commit/19b1e28e2a2ab9faa0d1ceaa8cb88202a87467c5))
19+
520
### [0.1.8](https://github.com/MapColonies/feedback-api/compare/v0.1.7...v0.1.8) (2025-02-27)
621

722

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: feedback-api
33
description: A Helm chart for feedback-api service
44
type: application
5-
version: 0.1.8
6-
appVersion: 0.1.8
5+
version: 0.1.9
6+
appVersion: 0.1.9
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
@@ -2,7 +2,7 @@ openapi: 3.0.1
22
info:
33
title: feedback api
44
description: Api to eventually do BI on the data from responses from Geocoding.
5-
version: 0.1.8
5+
version: 0.1.9
66
license:
77
name: MIT
88
url: https://opensource.org/licenses/MIT

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": "feedback-api",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Feedback-api service for MapColonies",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)