From 3ab46ba2f41f7f813747e786ac47bcfffddcf3f4 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:56:11 +0200 Subject: [PATCH] chore(master): release 1.2.0 (#69) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f80b02..a6ece66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 710328d..a77e056 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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 diff --git a/openapi3.yaml b/openapi3.yaml index 4482c97..20e89b9 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -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 diff --git a/package-lock.json b/package-lock.json index 0e71112..9149143 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "config-server", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "config-server", - "version": "1.1.1", + "version": "1.2.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 013745f..a7f9390 100644 --- a/package.json +++ b/package.json @@ -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": {