Skip to content

Commit 6fa700f

Browse files
chore(master): release 2.0.5 (#129)
1 parent 6195a77 commit 6fa700f

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

.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.4"
2+
".": "2.0.5"
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.5](https://github.com/MapColonies/config-server/compare/v2.0.4...v2.0.5) (2025-09-14)
6+
7+
8+
### Dependency Updates
9+
10+
* update @map-colonies/schemas to version 1.13.0 ([#128](https://github.com/MapColonies/config-server/issues/128)) ([6195a77](https://github.com/MapColonies/config-server/commit/6195a7799612a26faaf73f28663540738ff13ca1))
11+
512
## [2.0.4](https://github.com/MapColonies/config-server/compare/v2.0.3...v2.0.4) (2025-07-20)
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.4
6-
appVersion: 2.0.4
5+
version: 2.0.5
6+
appVersion: 2.0.5
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.4
10+
version: 2.0.5
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.4",
3+
"version": "2.0.5",
44
"description": "This is a api server that serves and modifies configuration",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)