Skip to content

Commit 34967bf

Browse files
chore(master): release 2.0.4 (#126)
1 parent e3de7c2 commit 34967bf

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.3"
2+
".": "2.0.4"
33
}

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+
## [2.0.4](https://github.com/MapColonies/config-server/compare/v2.0.3...v2.0.4) (2025-07-20)
6+
7+
8+
### Dependency Updates
9+
10+
* update schemas version ([#125](https://github.com/MapColonies/config-server/issues/125)) ([e3de7c2](https://github.com/MapColonies/config-server/commit/e3de7c294b30c9b23afcf27d216e08c41d8821ea))
11+
512
## [2.0.3](https://github.com/MapColonies/config-server/compare/v2.0.2...v2.0.3) (2025-07-16)
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: config-server
33
description: A Helm chart for config-server service
44
type: application
5-
version: 2.0.3
6-
appVersion: 2.0.3
5+
version: 2.0.4
6+
appVersion: 2.0.4
77
dependencies:
88
- name: mc-labels-and-annotations
99
version: 0.7.0

openapi3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
description: >-
88
This is a config server that provides the means to manage all the
99
configurations
10-
version: 2.0.3
10+
version: 2.0.4
1111
license:
1212
name: MIT
1313
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": "config-server",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "This is a api server that serves and modifies configuration",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)