Skip to content

Commit 0228fae

Browse files
committed
chore(release): 0.1.7
1 parent f5aef0d commit 0228fae

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.7](https://github.com/MapColonies/feedback-api/compare/v0.1.6...v0.1.7) (2025-02-19)
6+
7+
8+
### Bug Fixes
9+
10+
* liveness and redis subscriber configuration (MAPCO-6796) ([#8](https://github.com/MapColonies/feedback-api/issues/8)) ([f5aef0d](https://github.com/MapColonies/feedback-api/commit/f5aef0d3b4636eae6201f057a51f9e9146c9dae7))
11+
512
### [0.1.6](https://github.com/MapColonies/feedback-api/compare/v0.1.5...v0.1.6) (2025-02-12)
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.6
6-
appVersion: 0.1.6
5+
version: 0.1.7
6+
appVersion: 0.1.7
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.6
5+
version: 0.1.7
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.6",
3+
"version": "0.1.7",
44
"description": "Feedback-api service for MapColonies",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)