diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7454888..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.5" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7c521..88aac7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3.0](https://github.com/MapColonies/mapproxinator/compare/v1.2.5...v1.3.0) (2026-04-30) + + +### Features + +* upgrade node, workflows and release-please ([#24](https://github.com/MapColonies/mapproxinator/issues/24)) ([f22f882](https://github.com/MapColonies/mapproxinator/commit/f22f88233979e9485112af97d6a306bc212abaf8)) + + +### Bug Fixes + +* release-please ([#25](https://github.com/MapColonies/mapproxinator/issues/25)) ([c12c617](https://github.com/MapColonies/mapproxinator/commit/c12c617612a788a711626b63f3ab333a1812983d)) + ### [1.2.5](https://github.com/MapColonies/mapproxinator/compare/v1.2.4...v1.2.5) (2024-04-04) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ee003c8..34a5dee 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: ts-server-boilerplate description: A Helm chart for ts-server-boilerplate service type: application -version: 1.2.5 -appVersion: 1.2.5 +version: 1.3.0 +appVersion: 1.3.0 diff --git a/openapi3.yaml b/openapi3.yaml index fd78a25..585106e 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: service-name description: basic template for map colonies service - version: 1.2.5 + version: 1.3.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 201abbf..eecdb05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapproxinator", - "version": "1.2.5", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mapproxinator", - "version": "1.2.5", + "version": "1.3.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 491c134..dd7ffb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapproxinator", - "version": "1.2.5", + "version": "1.3.0", "description": "This is a service that updates mapproxy.yaml file consistently", "main": "./src/index.ts", "scripts": {