Skip to content

Commit a9d4919

Browse files
chore(master): release 1.2.1 (#73)
1 parent 1e5f132 commit a9d4919

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.0"
2+
".": "1.2.1"
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.1](https://github.com/MapColonies/config-server/compare/v1.2.0...v1.2.1) (2025-01-29)
6+
7+
8+
### Reverts
9+
10+
* trigger release-please ([3709689](https://github.com/MapColonies/config-server/commit/37096899d16ee7c10374cff1fc2d4888332c4700))
11+
512
## [1.2.0](https://github.com/MapColonies/config-server/compare/v1.1.1...v1.2.0) (2024-12-19)
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.0
6-
appVersion: 1.2.0
5+
version: 1.2.1
6+
appVersion: 1.2.1

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

0 commit comments

Comments
 (0)