Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.5"
".": "1.3.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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: 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
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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": {
Expand Down
Loading