diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7690267..2cbc56d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"5.1.0"} +{".":"5.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebcbbc..96e6413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [5.1.1](https://github.com/MapColonies/retiler-new/compare/v5.1.0...v5.1.1) (2026-07-16) + + +### Bug Fixes + +* update helms ([#38](https://github.com/MapColonies/retiler-new/issues/38)) ([bd161b1](https://github.com/MapColonies/retiler-new/commit/bd161b150d8f82270c8897197b1d82d7b5ead314)) + ## [5.1.0](https://github.com/MapColonies/retiler-new/compare/v5.0.0...v5.1.0) (2026-07-13) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 671e550..7d67004 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: retiler description: A Helm chart for retiler service type: application -version: 5.1.0 -appVersion: 5.1.0 +version: 5.1.1 +appVersion: 5.1.1 diff --git a/package-lock.json b/package-lock.json index a9f6fc1..959f13c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "retiler", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "retiler", - "version": "5.1.0", + "version": "5.1.1", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.850.0", diff --git a/package.json b/package.json index ccb4618..d7a0a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "retiler", - "version": "5.1.0", + "version": "5.1.1", "description": "processor of metatiles into stored tiles", "main": "./src/index.ts", "scripts": {