diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af718e5..ef19757 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.4.0"} +{".":"1.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c928071..a46a46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/MapColonies/maps-playground/compare/v1.4.0...v1.5.0) (2026-08-02) + + +### Features + +* **helm:** readiness rootca cleanup ([#32](https://github.com/MapColonies/maps-playground/issues/32)) ([a759412](https://github.com/MapColonies/maps-playground/commit/a759412907020c40ff617c17ad51722beb212c72)) + ## [1.4.0](https://github.com/MapColonies/maps-playground/compare/v1.3.0...v1.4.0) (2026-08-02) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 66f6da7..107a9b7 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: maps-playground description: A Helm chart for developer-portal type: application -version: 1.4.0 -appVersion: 1.4.0 +version: 1.5.0 +appVersion: 1.5.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/package-lock.json b/package-lock.json index ee9a7d1..bd1bfa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maps-playground", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maps-playground", - "version": "1.4.0", + "version": "1.5.0", "dependencies": { "@aws-sdk/client-s3": "^3.335.0", "@popperjs/core": "^2.11.7", diff --git a/package.json b/package.json index d60eea7..d204690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maps-playground", - "version": "1.4.0", + "version": "1.5.0", "private": true, "scripts": { "dev": "vite dev",