Skip to content

Commit

Permalink
chore(master): release 1.2.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapcolonies-devops authored Dec 23, 2024
1 parent 8e1f267 commit 3ab46ba
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [1.2.0](https://github.com/MapColonies/config-server/compare/v1.1.1...v1.2.0) (2024-12-19)


### Features

* added typescript paths ([#67](https://github.com/MapColonies/config-server/issues/67)) ([8e1f267](https://github.com/MapColonies/config-server/commit/8e1f2676acca53e92de04d890307f20adaaf78bf))
* default configs ([#64](https://github.com/MapColonies/config-server/issues/64)) ([701d003](https://github.com/MapColonies/config-server/commit/701d0034108ef67896160746d0b6c923ce217d34))


### Bug Fixes

* changed ref replacement loop not to break on root ref ([#63](https://github.com/MapColonies/config-server/issues/63)) ([a857d5f](https://github.com/MapColonies/config-server/commit/a857d5f59584881aa2f84b03fd7e2b729d360efe))

### [1.1.1](https://github.com/MapColonies/config-server/compare/v1.1.0...v1.1.1) (2024-11-28)

## [1.1.0](https://github.com/MapColonies/config-server/compare/v1.0.1...v1.1.0) (2024-10-30)
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: config-server
description: A Helm chart for config-server service
type: application
version: 1.1.1
appVersion: 1.1.1
version: 1.2.0
appVersion: 1.2.0
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
description: >-
This is a config server that provides the means to manage all the
configurations
version: 1.1.1
version: 1.2.0
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config-server",
"version": "1.1.1",
"version": "1.2.0",
"description": "This is a api server that serves and modifies configuration",
"main": "./src/index.ts",
"scripts": {
Expand Down

0 comments on commit 3ab46ba

Please sign in to comment.