Skip to content

Commit f600c01

Browse files
committed
chore(release): 0.1.8
1 parent 9921a19 commit f600c01

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

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+
### [0.1.8](https://github.com/MapColonies/feedback-api/compare/v0.1.7...v0.1.8) (2025-02-27)
6+
7+
8+
### Bug Fixes
9+
10+
* remove redis logical db (MAPCO-6821) ([#9](https://github.com/MapColonies/feedback-api/issues/9)) ([9921a19](https://github.com/MapColonies/feedback-api/commit/9921a1992ba72cdcf50be3925153eb0169a419de))
11+
512
### [0.1.7](https://github.com/MapColonies/feedback-api/compare/v0.1.6...v0.1.7) (2025-02-19)
613

714

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

0 commit comments

Comments
 (0)