Skip to content

Commit 847c80a

Browse files
chore(master): release 1.2.2 (#77)
1 parent a85fd26 commit 847c80a

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-
".": "1.2.1"
2+
".": "1.2.2"
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+
## [1.2.2](https://github.com/MapColonies/config-server/compare/v1.2.1...v1.2.2) (2025-01-30)
6+
7+
8+
### Build System
9+
10+
* upgrade node to 22 ([#75](https://github.com/MapColonies/config-server/issues/75)) ([727fba0](https://github.com/MapColonies/config-server/commit/727fba04c714d869b0113bd3105502a7c4974042))
11+
512
## [1.2.1](https://github.com/MapColonies/config-server/compare/v1.2.0...v1.2.1) (2025-01-29)
613

714

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: config-server
33
description: A Helm chart for config-server service
44
type: application
5-
version: 1.2.1
6-
appVersion: 1.2.1
5+
version: 1.2.2
6+
appVersion: 1.2.2

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: 1.2.1
10+
version: 1.2.2
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": "1.2.1",
3+
"version": "1.2.2",
44
"description": "This is a api server that serves and modifies configuration",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)